/*Contact Form*/
#contact-form, label, input, textarea {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
}
.error-message{
	color:#aa3333;
	font-size:1.3em;
}
label {
	/*width:120px;
	float:left;*/
	display:block;
	margin-top:10px;
	margin-bottom:5px;
	color:#603034;
}
.input input {
	background:#FEF6E7 none repeat scroll 0%;
	border:1px solid #A69F75;
	color:#A69F75;
	font-weight:bold;
}
#contact-form .input input {
	width:500px;
	margin-bottom:5px;
}
#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 .checkbox label {
    display:inline;
    vertical-align:top;
    margin:0;
    padding:0;
    line-height:1.3em;
}
#contact-form textarea{
	width:500px;
	margin:0;padding:0;
	background:#FEF6E7 none repeat scroll 0%;
	border:1px solid #A69F75;
	color:#A69F75;
	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;
}
.submit input {
    background:#A69F75 none repeat scroll 0%;
    border:1px solid #FEF6E7;
    color:#FEF6E7;
}
#contact_form .submit input {
    padding:3px 10px;
}

.short-input label{
    float:left;
    width:100px;
    margin:0;
    margin-right:10px;
    margin-top:3px;
}
.short-input {
    padding-top:10px;
    padding-bottom:5px;
}
#contact-form .short-input select,
#contact-form .short-input input{
    width:300px;
}

.feedback_form {
	margin-top:10px;
	}
.feedback_form .instructions {
	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;
}

.form-label-legend label{
    
}