﻿/*Contact Us*/
#info_contact {
	margin: 10px 0
}
#info_contact p {
	margin: 0.3em 0
}
#contactus, #map {
	width: 100%;
	margin-bottom: 20px
}
.form_web .row_contact {
	width: 80%;
	margin-bottom: 3px
}
#contactus .row_contact {
	float: left;
	width: 48%
}
#contactus .row_contact:nth-child(2n) {
float: right
}
.form_web .left_row {
	display: block;
	line-height: 30px;
}
.form_web .row_contact input {
	width: 98%;
	background: #ffffff;
	padding: 6px 0;
	font: normal 100% Arial, Helvetica, sans-serif;
	text-indent: 5px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	border: 1px solid #b6b7b6;
}
.form_web textarea {
	background: #ffffff;
	width: 100%;
	border: 1px solid #b6b7b6;
	height: 130px;
	text-indent: 10px;
}
.form_web .send_cmt, .form_web input.send_cmt {
	display: inline-block;
	border: none;
	padding: 0;
	width: 90px;
	margin-right: 10px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	color: #ffffff;
	font-size: 1.2em;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 10px;
	background: #104ad3; /* Old browsers */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	float:left;
}
.send_cmt:hover {
	text-decoration: none;
	color: #FFFFFF
}
#map {
	padding: 20px 0
}
.required {
	color: #F00;
}
