/*

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: 100%;
}
fieldset.recaptcha_form_fieldset {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
p.recaptcha_form_p {
	text-align: left;
}
textarea.recaptcha_form_textarea {
	width: 100%;
}
/* Error/Information Messages */
p.recaptcha_form_p_error {
	color: #CC0000;
	font-weight: bold;
	padding: 10px;
}
p.recaptcha_form_p_info {
	color: #66CC00;
	font-weight: bold;
	padding: 10px;
}
/* reCAPTCHA Box */
.recaptcha_form_captcha_box {
	height: 300px;
	overflow: hidden;
	width: 500px;
}
