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

#contact_form {
	width: 560px;
	}
.form_column {
	float: left;
	width: 240px;
	/*border-top: 1px solid #4A6FD7;*/
	margin: 5px 40px 20px 0;
	padding: 10px 0 0 0;
	}
.column_name, .column_captcha {
	margin-right: 40px;
	}
.comments {
	float: left;
	clear: left;
	width: 520px;
	/*border-top: 1px solid #4A6FD7;*/
	margin: 5px 0 20px 0;
	padding: 10px 0 0 0;
	}
.captcha {
	float: left;
	background: #FFF;
	height: 54px;
	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;
	}

.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:220px;
	background-color: #FFF;
	}
#code {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #999;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0px;
	height: 26px;
	margin: 0;
	padding: 5px 2px 0px 2px;
	color: #000000;
	text-align: center;
	width:50px;
	background-color: #FFF;
	}
.inputComment {
	color: #000;
	width:500px;
	background-color: #FFF;
	}
.inputButton {
	float: left;
	color: #FFF;
	background-color: #4A6FD7;
	width: 80px;
	height: 42px;
	cursor: pointer;
	margin: 0 12px 0 0;
	}
label.error {
	color: red;
	font-style: italic;
	display: block;
	}



.backtotop {
	clear: both;
	float: right;
	margin: 20px 0 0 0;
	}

#contact-side {
	display: none;
	}
	
