/* CSS Document */

#contactFormContainer {}

#contactFormContainer .input_text {}
#contactFormContainer .input_textarea {}

/* contact_controls contains the submit button and (optionally) the captcha elements */
#contact_controls {text-align: right;}
#contactFormContainer .input_submit {}


#contactFormContainer input#contact-form-email {display: none;}
#contactFormContainer label.nolabel {display: none;}
#captcha_code {
	height: 24px;
	width: 110px;
}

#contactform label.error {
	color: #ff0000;
	font-size: .9em;
	position: absolute;
	width: 200px;
}