/*

CSS file for Gatt Design reCAPTCHA Form WordPress plugin
Copyright 2009-2011 Gatt Design

This CSS file 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 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; }
/*textarea.recaptcha_form_textarea { width: 350px; }*/
 textarea.recaptcha_form_textarea { width: 430px !important; height:80px; }
/* 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; }
div.recaptcha_form_p_field_error { color: red; margin:0px 0px 20px 0px; font-size:12px; }
/*.black-submit {
    border: medium none;
	color:#000000;
    cursor: pointer;
    display: block;
    height: 31px;
    width: 79px;
	margin:0 0 0 195px;
}*/
/* reCAPTCHA Box */
.recaptcha_form_captcha_box { height: 300px; overflow: hidden; width: 500px; }

.wpcf7-submit {
    background: url("submit_bt.png") no-repeat scroll 0 3px transparent;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    height: 31px;
   margin: 0 0 0 164px;
    width: 79px;
}
.submit_blk{background:url("submit_bt.png") 0 3px no-repeat; width:79px; height:31px; color:#fff;  display:block; cursor: pointer; border:none; margin: 0 0 0 183px; float:left;}