/*

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: 200px; }
fieldset.recaptcha_form_fieldset { border: 0px; margin: 0px; padding: 0px; }
p.recaptcha_form_p { text-align: left; margin: 0px; }
textarea.recaptcha_form_textarea { width: 350px; }

#gd_recaptcha_form img
	{
	webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	}

/* Error/Information Messages */
p.recaptcha_form_p_error { color: black; font-weight: bold; padding: 10px; }
p.recaptcha_form_p_info { color: black; font-weight: bold; padding: 10px; }

/* reCAPTCHA Box */
.recaptcha_form_captcha_box { height: 300px; overflow: hidden; width: 500px; }