	
		.matterhead {
	color:#333;
	font-size: 16px;
	font-family:"Century-Gothic";
	font-weight:bold;
	font-variant:normal;
	text-align:justify;
	text-decoration:none;
	text-transform:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	padding-bottom:0px;
	}



#contact_form{
	width:400px;
	padding:20px;
	border: 1px solid #DDD;
	border-radius: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
}
#contact_form legend{
	font-size: 20px;
	color:#7cc0ff;
}
#contact_form label{
margin-left: 10px;
	color: #999999;
}
#contact_form label span{
	float:left;
	width:400px;
	color:#666666;
}
#contact_form input{
		padding: 10px;
	border: 1px solid #E5E5E5;
	width: 400px;
	color: #999999;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;	
}
#contact_form textarea{
		padding: 10px;
	border: 1px solid #E5E5E5;
	width: 400px;
	color: #999999;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;	
	width: 400px;
	height: 100px;
	max-width: 400px;
	line-height: 18px;
}
.submit_btn {
	border: 1px solid #D8D8D8;
	padding: 5px 15px 5px 15px;
	color: #8D8D8D;
	text-shadow: 1px 1px 1px #FFF;
	border-radius: 3px;
	background: #F8F8F8;
}
.submit_btn:hover 
{
	background: #ECECEC;
}
.success{
	color:#000;
	background: #CFFFF5;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #B9ECCE;
	border-radius: 5px;
	font-weight: normal;
}
.error{
	color:#000;
	background: #FFDFDF;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #FFCACA;
	border-radius: 5px;
	font-weight: normal;
}

.head02 {
	font-size: 27px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#333;
	font-weight: bold;
}

.matter {
	color:#333;
	font-size: 16px;
	font-family:"Century Gothic";
	font-weight:normal;
	font-variant:normal;
	text-align:justify;
	text-decoration:none;
	text-transform:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	padding-bottom:0px;
	}
