.recaptchatable .recaptcha_image_cell, #recaptcha_table {
   background-color:#FFFFFF !important; //reCaptcha widget background color
   border:1px solid #397aac;
 }
 
 #recaptcha_table {
   border-color: #FFFFFF !important; //reCaptcha widget border color
   padding:0px;
 }
 
 #recaptcha_response_field {
   border-color: #397aac !important; //Text input field border color
   background-color:#000000 !important; //Text input field background color
   padding:3px;
 }
