#contact h3{
	font-weight: normal;
	font-size: 24px;
	color: #f7aa00;
}
#contact h3.formTitle{
	padding: 20px 40px;
	background: #f7aa00 url(/styles/imgs/contact_title.png) top right no-repeat;
	font-weight: normal;
	font-size: 24px;
	color: #fff;
}

#contact .contact_static{
	float: left;
	padding: 45px 0 0;
	width: 40%;
	font-size: 15px;
	line-height: 20px;
}

/**/
#contact .contact_static_form {
	float: right;
	width: 50%;
}
#contact .contact_static_form form{
    padding: 0;
    width: 100%;
	font-size: 13px;
}
#contact .contact_static_form strong{
	font-size: 14px;
}
#contact .contact_static_form .text{
	margin-top: 3px;
	padding-left: 2%;
	padding-right: 2%;
	width: 96%;
}
#contact .contact_static_form textarea{
	height: 100px;
}
#contact .contact_static_form .small{
	display: block;
	margin: 5px 0 0;
	text-align: right;
}
#contact .btnRow{
	text-align: center;
}