/*  *********************************************   FORMS   *********************************************** */

#contact_form {
	width: 660px;
	}
.form_column {
	float: left;
	width: 250px;
	border-top: 2px solid #C8BFB0;
	margin: 5px 40px 20px 0;
	padding: 10px 0 0 0;
	}
.column_name, .column_captcha {
	margin-right: 40px;
	}
.comments {
	float: left;
	clear: left;
	width: 530px;
	border-top: 2px solid #C8BFB0;
	margin: 5px 0 20px 0;
	padding: 10px 0 0 0;
	}
.captcha {
	float: left;
	background: #FFF;
	height: 34px;
	margin-top: 4px;
	padding: 4px 6px;
	}

.field {
	clear: left;
	margin-bottom: 5px;
	}
#contact_form p {
	clear: left;
	}
#contact_form .small {
	font-size: 10px;
	}
#contact_form H2, #contact-side H2 {
	width: 100%;
	float: left;
	margin: 0 0 0 0;
	padding: 40px 0 0 0;
	border: none;
	}

.captcha div {
	float: left;
	margin-right: 12px;
	}
	.captcha div.last {
		margin-right: 0px;
		}
		
.inputSelect, .inputComment, .inputButton {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	border: 1px solid #999;
	padding: 3px;
	margin: 4px 4px 0 0;
	}
.inputSelect {
	color: #000000;
	width:200px;
	background-color: #FFF;
	}
#code {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #999;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 3px;
	height: 26px;
	margin: 0;
	padding: 5px 0 0 5px;
	color: #000000;
	width:50px;
	background-color: #FFF;
	}
.inputComment {
	color: #000;
	width:490px;
	background-color: #FFF;
	}
.inputButton {
	float: left;
	color: #FFF;
	background-color: #576B90;
	width: 100px;
	height: 42px;
	cursor: pointer;
	margin: 0 12px 0 0;
	}
/* *************************** Quick Contact ********************************* */

/*#qcontactsb { width: 225px; margin: 209px 0 0 50px; border-top: 1px dotted #c9c0b1; padding: 10px 0; }*/

#qcontactsb {
	padding: 0;
	margin: 0 0 0 -401px;
	position: absolute;
	top: 492px; /*422px;*/
	left: 50%;
	border-top: 1px dotted #c9c0b1;
	width: 225px;
	}

#qcontactsb.prac { top: 362px;}
#qcontactsb.ser { top: 792px;}
#qcontactsb.pti { /*top: 667px;*/ position:static; margin: 209px 0 10px 50px;}
#qcontactsb.lilo { /*top: 572px;*/ position:static; margin: 129px 0 10px 50px;}
#qcontactsb.con { position:static; margin: 479px 0 10px 50px;}


#qcontactsb h2 { margin:0; padding:0; border: none; font-size: 15px; font-weight: bold; color:#333333;}	

#qcontactsb table { margin: 0;}

#qcontact.inputSelectQC, #qcontact.inputCommentQC { width: 200px;}



.inputSelectQC, .inputCommentQC, .inputButtonQC {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	border: 1px solid #999;
	padding: 3px;
	margin: 4px 4px 0 0;
	}
.inputSelectQC {
	color: #000000;
	width: 150px;
	height: 20px;
	background-color: #E2EBD8;
	}

.inputCommentQC {
	color: #000;
	width: 150px;
	background-color: #E2EBD8;
	}
.inputButtonQC {
	float: left;
	color: #000;
	background-color: #B0C98F;
	width: 50px;
	height: 25px;
	cursor: pointer;
	margin: 0 12px 0 0;
	}

	
label.error {
	color: red;
	font-style: italic;
	display: block;
	}



.backtotop {
	clear: both;
	text-align: right;
	float: left;
	width: 100%;
	margin: 20px 0 0 0;
	}

#contact-side {
	display: none;
	}
	
.spc{
	display: none;
}
