#contact-area {
	width: 670px;
	margin-top: 12px;
}
#contact-area input, #contact-area textarea {
	width: 400px;
	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 #626948;
}
#contact-area input.submit-button {
	width: 57px;
	height: 30px;
	float: right;
	color: #fff;
	padding: 2px 13px 2px 12px;
	margin-right: 3px;
	background: url(../images/btn-submit.gif) transparent no-repeat top;
	border: none
}
#contact-area input.submit-button:hover {
	width: 57px;
	height: 30px;
	float: right;
	color: #fff;
	padding: 2px 13px 2px 12px;
	margin-right: 3px;
	background: url(../images/btn-submit.gif) transparent no-repeat top;
	border: none
}
label {
	float: left;
	text-align: right;
	margin-right: 20px;
	width: 120px;
	padding-top: 2px;	
}
.recaptchatable .recaptcha_image_cell, #recaptcha_table {
	background-color:#D7D8C3 !important; //reCaptcha widget background color
}
#recaptcha_table {
	border-color: #D7D8C3 !important; //reCaptcha widget border color
}
#recaptcha_response_field {
	border-color: #D7D8C3 !important; //Text input field border color
	background-color:#D7D8C3 !important; //Text input field background color
}
#recaptcha_area { 
	float: right;
	width: 500px;
	margin-right: 30px;
}

