/* @override http://localhost/test/css/contact.css */

/* Contact form
------------------------------------------------------------------*/

#contactFormContainer {
	display: none;
}

/*#contactFormInnerContainer #formCornerTL { background: transparent url("../images/contact_form_corner_tl.png") no-repeat top left; margin: 0; padding: 0; }
#contactFormInnerContainer #formCornerTR { background: transparent url("../images/contact_form_corner_tr.png") no-repeat top right; margin: 0; padding: 0; }*/

#contactFormInnerContainer {
	text-align: center;
	
	
}

#contactFormInnerContainer form#contactform {
	font: normal .8em/1.1 "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: 0;
	padding: 5px 5px 5px 5px;
	margin: 0px;
	border: 5px solid #4b080b;
	background-color: #fff;
	opacity: .97;

}


#contactFormInnerContainer fieldset {
	border: 0px solid;
	margin: 0 0 0 0;
	padding: 10px;
}


#contactFormInnerContainer #contactform fieldset legend { display: none; }
#contactFormInnerContainer #contactform .inputContainer { margin: 0 0 0 0; color: #4b080b; width: 400px; text-align: right; position: relative; }
#contactFormInnerContainer #contactform .txtMessageContainer { margin: 0; color: #4b080b; position: relative; }
#contactFormInnerContainer #contactform input {
	font: normal 1.2em/1 "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: .02em;
	background-color: #FFFFFF;
	border: 1px solid #838880;
	color: #000;
	margin: .3em 30px 10px 10px;
	padding: 2px 7px;
	width: 250px;
	
	
}

#contactFormInnerContainer #contactform #submitbutton {
	width: 80px;
}

#contactFormInnerContainer #contactform .contact_label {
position: relative;
bottom: 2px;
width: 80px;
}
#contactFormInnerContainer #contactform input:focus, #contactFormInnerContainer #contactform textarea#contact_comments:focus,
#contactFormInnerContainer #contactform select:focus {
	background-color: #E2E6F8;
	border-color: #838880;
}

#contactFormInnerContainer #contactform textarea#mensj {
	font: normal 1.2em/1 "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: .02em;
	background-color: #FFFFFF;
	border: 1px solid #838880;
	color: #000;
	margin: .3em .5em .3em 0;
	padding: 2px 7px;
	width: 375px;
	white-space: nowrap;
	overflow: hidden;
}

#contactFormInnerContainer #contactform textarea#mensj:focus {
	background-color: #EFF1FB;
	border-color: #333333;	
}

#contactFormInnerContainer #trpContainer {
	position: absolute;
	left: -9999px;
	top: -9999px;
}


#send_button {
	margin-top: 10px;
	position: relative;

}

.formstatus {

	position: absolute;
	min-width:  20px;
	height: 20px;
	top: 2px;
	right: 130px;
}

#contactFormInnerContainer button#send_form {
	background: url("../images/submit.png") no-repeat;
	text-indent: -9999px;
	color: #6F756A;
	border: none;
	width: 77px;
	height: 27px;
	cursor: pointer;
	
}
#contactFormInnerContainer button#send_form:hover {
	background-position: 0px -27px;
}

#contactFormInnerContainer button#send_form[disabled] {
	background-position: 0px 0px; 
}



.aspamdiv {
	color: #4b080b;
	text-align: center;
	position: relative;
}

#ajaxresponse {
	font: normal .9em "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: 0;
	padding: 5px 3px 5px 5px;
	margin: 0px;
	color: #0E5A1C;
	min-height: 20px;
	margin-right: 20px;
}

.required { 
	color: #666666;
	font-weight: bold; 
}

.spinner {
	background: url(../images/spinner.gif) no-repeat center;
}

.form_success {
	background: url(../images/valid.png) no-repeat -39px 0px;
}

.formstatus.invalid {
	background: url(../images/valid.png) no-repeat -19px 0px;
}

.status {
	position: absolute;
	right: 30px;
	width: 21px;
	height: 20px;
}



.invalid + label {
	background: url(../images/valid.png) no-repeat -20px 0px;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 5px;
	right: 0px;
}

.valid + label {
	background: url(../images/valid.png) no-repeat 0px 0px;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 5px;
	right: 0px;
}

#mensj + label {
	position: absolute;
	top: 100px;
	right: 0px;
}

#aspam + label {
	top: 20px;
}
