/*

CSS file for Gatt Design reCAPTCHA Form WordPress plugin
Copyright 2009 Gatt Design  (email : plugins@gattdesign.co.uk)

The CSS provides the styling information for the Gatt Design reCAPTCHA Form WordPress plugin.
Edit this file only if you are comfortable with editing CSS files!

*/

/* Form Objects */
input {background:#f6dfb5;border: solid 1px #8c731f;}
input.recaptcha_form_input { width: 200px; background:#f6dfb5;border: solid 1px #8c731f;}
fieldset.recaptcha_form_fieldset {margin: 0px; padding: 0px;padding:20px;border:solid 3px #f6dfb5;background: url(http://images.neopets.com/new_shopkeepers/2076.gif) top right no-repeat}
p.recaptcha_form_p { text-align: left; }
textarea.recaptcha_form_textarea { width: 350px;background:#f6dfb5;border: solid 1px #8c731f; }

/* Error/Information Messages */
p.recaptcha_form_p_error { font-size:16px;background-color: white; border: 1px solid black; color: red; font-weight: bold; padding: 10px; background:url(http://images.neopets.com/new_shopkeepers/41.gif) no-repeat top right;height:150px;}
p.recaptcha_form_p_info { font-size:16px;background-color: white; border: 1px solid black; color: green; font-weight: bold; padding: 10px;background:url(http://images.neopets.com/new_shopkeepers/99.gif) no-repeat top right;height:150px; }

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