/*Contact Form*/
.error-message{
	color:#aa3333;
}

#contact-form label {
	/*width:120px;
	float:left;*/
	display:block;
	margin-top:10px;
	margin-bottom:5px;
}
#contact-form .input input {
	width:300px;
	margin-bottom:5px;
	background:#F6FFBD none repeat scroll 0%;
	border:2px solid #CCE330;
	color:#07025C;
	font-weight:bold;
}
#contact-form .captcha-image label,
#contact-form .captcha_input label,
#contact-form .textarea label {
	width:auto;
	display:block;
	float:none;
}
#contact-form .textarea label{
	margin:0;padding:0;
	line-height:1em;
	margin-top:5px;
	margin-bottom:5px;
}
#contact-form .required label {
	font-weight:bold;
}
#contact-form textarea{
	width:300px;
	margin:0;padding:0;
	background:#F6FFBD none repeat scroll 0%;
	border:2px solid #CCE330;
	color:#07025C;
	font-weight:bold;
}
#contact-form .contact_email_input{
	display:none;
}
input {

	vertical-align:middle;
}
#recaptcha_widget_div {
	margin:20px 0;
}
.submit-image input {
	border:0;
	padding:0;
	background:none;
	vertical-align:middle;
	width:auto;
	height:auto;
}


.feedback_form {
	margin-top:10px;
	}
.feedback_form .instructions {
	font-size:1.3em;
	font-weight:bold;
}
.feedback_form .feedback_category {

}
.feedback_form .category_titile {

}
.feedback_form .feedback_category .optional label{
	width:300px;
	float:left;
}
.feedback_form .feedback_category .long_response label{
	display:block;
	float:none;
	width:100%;
}
.feedback_form .optional .text,
.feedback_form .required .text,
.feedback_form .feedback_category .optional .text{
	background:#F6FFBD none repeat scroll 0%;
	border:2px solid #CCE330;
	color:#07025C;
	font-weight:bold;
	margin:1px;
}
.feedback_form .feedback_category .long_response .text{
	width:90%;
}
.feedback_form .feedback_category .optional .feedback_rating{
	width:30px;
}
.feedback_form .feedback_category .optional .feedback_comments{
	width:250px;

}
.feedback_form div.submit {
	text-align:right;
	width:90%;
	padding-top:10px;
}
.feedback_headers {
	font-size:0.8em;
}
.feedback_headers_1 {
	width:300px;
	float:left;
}
.feedback_headers_2 {
	width:30px;
	font-weight:bold;
	float:left;
}
.feedback_headers_3 {
	width:300px;
	font-weight:bold;
	margin-left:350px;
	float:none;
	clear:right;
}
#report_email {
	display:none;
}
.feedback_form div.captcha-error {
	border:1px solid red;
	background:#fee;
}
p.note {
	font-size:90%;
	color:#999;
}
