/*Contact Form*/
.error-message{
	color:#aa3333;
	font-size:1.3em;
}
label {
	/*width:120px;
	float:left;*/
	display:block;
	margin-top:10px;
	margin-bottom:5px;
	font-size:1.4em;
}
.input input {
	background:#E8E8E8 none repeat scroll 0%;
	border:1px solid #437810;
	color:#437810;
	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:#E8E8E8 none repeat scroll 0%;
	border:1px solid #437810;
	color:#437810;
	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:#0A1437 none repeat scroll 0%;
    border:1px solid #437810;
    color:#FEF6E7;
}
#contact_form .submit input {
    padding:3px 10px;
}
.inline-input label {
    width:auto;
}
.inline-input {
    float:left;
    margin-right:15px;
}
#contact-form .inline-input select,
#contact-form .inline-input input{
    width:130px;
}
#contact-form .inline-input-short select,
#contact-form .inline-input-short input{
    width:97px;
}
#contact-form .inline-input-long select,
#contact-form .inline-input-long input{
    width:240px;
}
.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-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:500px;
	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{
    font-size:1.2em;
}
/*FLASH_MESSAGES START*/
#flashMessage.error-message{
    padding:10px;
    margin-bottom:10px;
    background: #fed5d5 url(../img/icons/cancel.png) 10px 50% no-repeat;
    border:1px solid #d18c8c;
    padding-left:40px;
}
#flashMessage.message{
    padding:10px;
    margin-bottom:10px;
    background: #d5fed5 url(../img/icons/accept.png) 10px 50% no-repeat;
    border:1px solid #8cd18c;
    padding-left:40px;
}
#flashMessage.warnin-message{
    padding:10px;
    margin-bottom:10px;
    background: #fefed5 url(../img/icons/error.png) 10px 50% no-repeat;
    border:1px solid #d1d18c;
    padding-left:40px;
}
/*FLASH_MESSAGES END*/


.error-message{
    color: #f00;
}