#contact-area {
	width: 445px;
	margin-top: 12px;
}
#contact-area input, #contact-area textarea {
	width: 320px;
	margin: 0 0 4px 0; 
	border: 1px solid #ccc;
}
#contact-area textarea {
	height: 90px;
}
#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid #3B5B89;
}
#contact-area input.submit-button {
	width: 100px;
	height: auto;
	float: right;
	color: #C1CFDA;
	padding: 2px 13px 2px 12px;
	background: #1A3F77;
	margin-right: 3px;
	border: none
}
#contact-area input.submit-button:hover {
	width: 100px;
	height: auto;
	float: right;
	color: #E5BE5D;
	padding: 2px 13px 2px 12px;
	background: #1A3F77;
	margin-right: 3px;
	border: none
}
label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 2px;	
}
label.captcha {
	float: left;
	text-align: left;
	width: 100%;
	padding: 2px 0 5px 0;
	margin-left: 30px;
}
.recaptchatable .recaptcha_image_cell, #recaptcha_table {
	background-color:#F7FCF2 !important; //reCaptcha widget background color
}
#recaptcha_table {
	border-color: #F7FCF2 !important; //reCaptcha widget border color
}
#recaptcha_response_field {
	border-color: #DFDFDF !important; //Text input field border color
	background-color:#F7FCF2 !important; //Text input field background color
}
#captcha-area {
	clear: both;
	float: left;
	width: 300px;
	/*text-align: center;*/
	padding-left: 25px;
}
