﻿/*Contact Us*/
#info_contact {
	margin: 15px 0;
	border-bottom: 1px dotted #CCCCCC
}
#info_contact p {
	margin: 0.3em 0
}
.form_web {
	margin-left: 50px;
	margin-top: 10px
}
div.row_account {
	float: left;
	margin-bottom: 0.7em;
	position: relative;
}
div.row_account .item_title {
	float: left;
	width: 140px;
	line-height: 28px
}
#contactus .item_title {
	text-align: right
}
div.row_account .row_right {
	margin-left: 150px
}
.row_account select {
	height: 31px;
	text-indent: 0 !important;
}
div.row_account .inputbox, div.row_account .date_send table {
	border: 1px solid #cccccc;
	background: #FFFFFF;
	color: black;
	padding: 5px 0;
	text-indent: 5px;
	width: 300px;
	font: normal 100% Arial, Helvetica, sans-serif;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
div.row_account .inputbox:focus {
	-moz-box-shadow: 0 0 5px #bdbdbc;
	-webkit-box-shadow: 0 0 5px #bdbdbc;
	box-shadow: 0 0 5px #bdbdbc;
}
div.row_account textarea.inputbox {
	width: 280px;
	height: 100px;
	padding: 5px 10px;
}
.send_cmt, .form_web input.send_cmt {
	float: left;
	margin: 10px 10px 0 0
}
.send_cmt:hover {
	text-decoration: none;
	color: #FFFFFF
}
#map {
	padding: 20px 0
}
.required {
	color: #FF0000;
}
