/*

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 */
form#contactForm {
	margin: 10px 0 0 30px;
	display: block;
}

input.recaptcha_form_input {
	font-size: 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	display: block; 
	width: 350px; 
	padding: 3px;
	border: solid 1px #c0c0c0;
}

input.submit {
	color: white;
	width: 50px;
	background: black;
	border: 0;
	padding: 4px;
	margin-top: 10px;
}

fieldset.recaptcha_form_fieldset { border: 0px; margin: 0px; padding: 0px; }
p.recaptcha_form_p { text-align: left; padding: 0px; margin: 0px;}
textarea.recaptcha_form_textarea { 
	font-size: 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	display: block;
	width: 350px; 
	padding: 3px;
	border: solid 1px #c0c0c0;
}

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

/* reCAPTCHA Box */
.recaptcha_form_captcha_box { height: 300px; overflow: hidden; width: 500px; background-color: #ccc;}
