.generic {
	font-family: Garamond;
	color: 000081;
	background-image:  url(/Assets/graphics/background.gif);
	background-repeat: repeat;
	font-size: 14px;
	font-style: normal;
	right: 10px;
}
.recaptchatable .recaptcha_image_cell, #recaptcha_table { 
   background-color:#000081 !important; //reCaptcha widget background color
 } 
 #recaptcha_table { 
     border-color: #D50000 !important; //reCaptcha widget border color 
 } 
 #recaptcha_response_field {
     border-color: #FF0000 !important; //Text input field border color 
     background-color: #FFCC66 !important; //Text input field background color 
 } 

