﻿/*Contact Us*/
.contactus {
	width: 85%;
	margin-left: 20px
}
.contactus .left_row {
	line-height: 30px
}
.contactus .row_contact input {
	width: 100%;
	background: #f9f9f9;
	border-top: 1px solid #b6b6b6;
	border-left: 1px solid #b6b6b6;
	border-bottom: none;
	border-right: none;
	height: 30px;
	line-height: 30px
}
.contactus textarea {
	background: #f9f9f9;
	border-top: 1px solid #b6b6b6;
	border-left: 1px solid #b6b6b6;
	width: 100%;
}
.send_cmt, .contactus .row_contact input.send_cmt {
	display: inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: none;
	width: 80px;
	height: 30px;
	text-align: center;
	font: normal 18px/30px "Roboto Condensed", arial, sans-serif;
	font-size: 100%;
	font-weight: 500;
	color: #FFFFFF;
	margin-top: 10px;
	background: #328444;
	cursor: pointer;
	float:left;
}
.send_cmt {
	margin-right: 15px;
}
.send_cmt:hover {
	text-decoration: none;
	color: #FFFFFF
}