#contact-area {
	width: 535px;
	margin-top: 12px;
}
#contact-area input, #contact-area textarea {
	width: 305px;
	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 #4A614A;
}
#contact-area input.submit-button {
	width: /*100px;*/57px;
	height: /*auto;*/ 30px;
	float: right;
	color: #fff;
	padding: 2px 0 2px 25px;
	/*background: #682218;*/
	margin-right: -5px;
	background: url(../images/btn-submit.gif) transparent no-repeat top;
	border: none
}
#contact-area input.submit-button:hover {
	width: /*100px;*/57px;
	height: /*auto;*/ 30px;
	float: right;
	color: #fff;
	padding: 2px 0 2px 25px;
	/*background: #7E875D;*/
	margin-right: -5px;
	background: url(../images/btn-submit.gif) transparent no-repeat top;
	border: none
}
label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 2px;	
}
label.captcha{
	float: left;
	text-align: left;
	margin-right: 15px;
	width: 400px;
	padding-left: 2px;
	padding-top: 5px;	
	padding-bottom: 5px;
}
.recaptchatable .recaptcha_image_cell, #recaptcha_table {
	background-color:#fff !important; //reCaptcha widget background color
	padding-top: 
}
#recaptcha_table {
	border-color: #fff !important; //reCaptcha widget border color
}
#recaptcha_response_field {
	border-color: #ccc !important; //Text input field border color
	background-color:#fff !important; //Text input field background color
}
/*#recaptcha_area { 
	float: right;
	width: 440px;
	border: 1px solid #ff0000
}*/
#recaptcha_area { 
	float: right;
	width: 430px; /*or try 305px*/
	padding-bottom: 10px;
}

