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

#contact_form {
	width: 100%;  
	}

#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: 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;
	}
.inputButton {
	float: left;
	color: #FFF;
	background-color: #39554c;
	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: 0;
	}

.spc {
	width: 0;
	height: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: -642008px;	
	}
	
	/*********** QUICK CONTACT FORM *******************/
div#mn-quickcontact{
margin:30px 0 0 30px;
width:263px;
height:243px;
}
.inputSubmitquick{
	background: url(../images/send.jpg) repeat scroll;
	height: 20px; 
	width: 55px;
	border:none;
	margin:0;
	padding:0;
	float:right;
}

.inputResetquick{
	background: url(../images/reset.jpg) repeat scroll;
	height: 20px;
	width: 55px;
	border:none;
	margin:0 5px 0 0;
	padding:0;
	float:right;
}


.inputSelectquick{
	color:#a28a6a;
	font-size:10px;
	background-color: #f2efec;
	border: 1px solid #c1b4a1;
	width: 263px;
	margin-bottom:8px;
	padding:3px;
	height:15px;
}

.inputCommentquick{
	color:#a28a6a;
	font-size:11px;
	background-color: #f2efec;
	border: 1px solid #c1b4a1;
	width: 263px;
	height:75px;
	margin-bottom:10px;
	padding:3px;
}
