/*

CSS file for the reCAPTCHA Form WordPress plugin
Copyright 2012 The Computer Rebooter Ltd.

This CSS file provides the styling information for the reCAPTCHA Form WordPress plugin.
Edit this file only if you are comfortable with editing CSS files!

*/

/* Form Wrapper */
#gd_recaptcha_form { margin: 0px; }

/* Form Objects */
input.recaptcha_form_input { width: 480px; border: 3px solid #EFEFEF; padding: 5px; font-family: Arial, Verdana, Helvetica, sans-serif; }
fieldset.recaptcha_form_fieldset { border: 0px; margin: 0px; padding: 0px; }
p.recaptcha_form_p { text-align: left; }
textarea.recaptcha_form_textarea { width: 480px; border: 3px solid #EFEFEF; padding: 5px; font-family: Arial, Verdana, Helvetica, sans-serif; }

/* Error/Information Messages */
p.recaptcha_form_p_error { background-color: white; border: 0;  color: red; font-weight: bold; padding: 10px; font-family: Arial, Verdana, Helvetica, sans-serif;}
p.recaptcha_form_p_info { background-color: white; border: 0; color: green; font-weight: bold; padding: 10px; font-family: Arial, Verdana, Helvetica, sans-serif;}

/* reCAPTCHA Box */
.recaptcha_form_captcha_box { height: 300px; overflow: hidden; width: 500px; }

p.recaptcha_form_p input[type=submit] {
    background: none repeat scroll 0 0 #333333;
    border: 3px solid #E7E7E7;
    color: #FFFFFF;
    font: bold 12px Arial,Helvetica,sans-serif;
    margin: 5px 0 0;
    padding: 7px 8px;
    width: 140px;
}
