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

#contact_form {
	width: 100%;  
	}

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

.form_column {
	float: left;
	width: 49%;
	margin: 15px 0 20px 0;
	}
.comments {
	float: left;
	clear: left;
	width: 98%;
	margin: 15px 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;
	}
#contact_form .button {
	float: left;
	color: #FFF;
	background-color: #777;
	cursor: pointer;
	margin: 0 5px 0 0;
	padding-left: 10px;
	padding-right: 10px;
	}




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

#mn-content p.backtotop {
	clear: both;
	float: right;
	margin: 20px 0 0 0;
	width: 200px;
	text-align: right;
	}

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

div#mn-sidebar form {
	padding: 0 0 15px 0;
	}

.inputSelectquick, .inputCommentquick {
	font-family: Arial, Helvetica, sans-serif;
	width:190px;
	margin: 6px 0 0 0;
	padding: 5px 5px;
	display: block;
	clear: left;
	background: #ece7e3;
	border: 1px solid #c5beb7;
	color: #766357;
	font-size: 11px;
	}
.inputSelectquick {
	}
.inputCommentquick {
	}
.inputButtonquick {
	width: 80px;
	cursor: pointer;
	border: 1px solid #7D2E0D;
	background: #733F06;
	color: #FFF;
	font-size: 11px;
	margin: 6px 0 0 0;
	padding: 5px 0;
	}
.inputButtonquick:hover {
	background: #41090A;
	}
.inputSubmitQuick{
float:right;
margin-top:5px;
border:none;
width:55px;
height:20px;
background:url(../images/send.jpg) no-repeat;
}

.inputResetQuick{
float:right;
margin-top:5px;
margin-right:5px;
border:none;
width:55px;
height:20px;
background:url(../images/reset.jpg) no-repeat;
}
