/*contact form styles*/

/*---------------------------------------------------------------------*/



#textFieldArea {
	text-align:left;

}
#messageArea {
	text-align:left;
	overflow: hidden;
}

#submitArea, #submitArea a {
	height:85px;
	color: #CCCCCC;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

#reply {
clear:both;
color:#FF0000;
}
#captchaLinksHolder {
 width:160px;
 height:90px;
 float:right;
 margin-right:10px;
}
#captchaHolder{
 width:350px;
 float:left;
}
#recaptcha_response_field {
 margin-top:10px;
 float:left;
}

#submit {
	clear:right;
	margin-top:10px;
	float:right;
	width:100px;
}
