@charset "utf-8";
/* CSS Document */
legend{color:#646254;
	font-size:24px;
	text-align:left;
	}

#formdiv {
	padding: 25px;
}

#formdiv fieldset{
	background-image: url(../images/contactmestrip.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height:650px;
}	
#email_form {
	text-align: right;
	margin: auto;
	width: 500px;
	
}
.red{color:red;}
.recaptchatable .recaptcha_image_cell, #recaptcha_table {
   background-color:#b0d8f0 !important; //reCaptcha widget background color
   
 }
 
 #recaptcha_table {
   border-color: blue !important; //reCaptcha widget border color}
 
 #recaptcha_response_field {
   border-color: blue !important; //Text input field border color
   background-color:#ffffff !important; //Text input field background color
 }