/*

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.recaptcha_form_input { width: 200px; }
fieldset.recaptcha_form_fieldset { border: 1px; margin: 0px; padding: 0px; }
p.recaptcha_form_p { text-align: left; }
textarea.recaptcha_form_textarea { width: 350px; }
.input {padding-top: 5px;

padding-right: 5px;

padding-bottom: 5px;

padding-left: 5px;

border-top-width: 1px;

border-right-width-value: 1px;

border-right-width-ltr-source: physical;

border-right-width-rtl-source: physical;

border-bottom-width: 1px;

border-left-width-value: 1px;

border-left-width-ltr-source: physical;

border-left-width-rtl-source: physical;

border-top-style: solid;

border-right-style-value: solid;

border-right-style-ltr-source: physical;

border-right-style-rtl-source: physical;

border-bottom-style: solid;

border-left-style-value: solid;

border-left-style-ltr-source: physical;

border-left-style-rtl-source: physical;

border-right-color-value: #cccccc;

border-right-color-ltr-source: physical;

border-right-color-rtl-source: physical;

border-bottom-color: #cccccc;

border-top-color: #bbbbbb;

border-left-color-value: #bbbbbb;

border-left-color-ltr-source: physical;

border-left-color-rtl-source: physical;

background-color: #f7f7f7;}

.input:hover 

{

border-top-color: #bbbbbb;

border-right-color-value: #bbbbbb;

border-bottom-color: #bbbbbb;

border-left-color-value: #bbbbbb;

border-left-color-ltr-source: physical;

border-left-color-rtl-source: physical;

border-right-color-ltr-source: physical;

border-right-color-rtl-source: physical;

}

.input:focus 

{

border-top-color: #aabbcc;

border-right-color-value: #aabbcc;

border-bottom-color: #aabbcc;

border-left-color-value: #aabbcc;

border-left-color-ltr-source: physical;

border-left-color-rtl-source: physical;

border-right-color-ltr-source: physical;

border-right-color-rtl-source: physical;

background-color: #f0f7ff;

}
/* Error/Information Messages */
p.recaptcha_form_p_error { background-color: white; border: 1px solid black; color: red; font-weight: bold; padding: 10px; }
p.recaptcha_form_p_info { background-color: white; border: 1px solid black; color: green; font-weight: bold; padding: 10px; }

/* reCAPTCHA Box */
.recaptcha_form_captcha_box { height: 300px; overflow: hidden; width: 500px; }