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

#contact_form {
	width: 100%;  
	}
#contact_form p{
	text-align:left;  
	}	

#contact_form h2 {
	border-bottom: 1px solid #999;
	width: 100%;
	float: left;
	margin: 0 0 0 0;
	padding: 40px 0 5px 0;
	}

.form_column {
	float: left;
	width: 50%;
	margin: 15px 0 20px 0;
	}
	div#mn-content .form_column p	{
		text-align:left;
		}
.comments {
	float: left;
	clear: left;
	width: 100%;
	margin: 5px 0 20px 0;
	}

.field {
	clear: left;
	margin-bottom: 5px;
	width: 80%;
	}
.comments .field {
	clear: left;
	margin-bottom: 5px;
	width: 90%;
	}


.inputSelect, .inputComment, .inputButton {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	border: 1px solid #999;
	padding: 3px;
	margin: 4px 0 0 0;
	}
.inputSelect {
	color: #000000;
	width:100%;
	background-color: #FFF;
	}
	
.inputComment {
	color: #000;
	width:100%;
	background-color: #FFF;
	}
.inputButton {
	float: left;
	color: #FFF;
	background-color: #777;
	width: 40%;
	height: 40px;
	cursor: pointer;
	margin: 0 12px 0 0;
	}


#contact_form p {
	clear: left;
	}
#contact_form .small {
	font-size: 10px;
	}
label.error {
	color: red;
	font-style: italic;
	display: block;
	}

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

.spc {
	width: 0;
	height: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: -642008px;	
	}
