/****************
	*********************************************************************************************************
	
FORM HOME	
	
	*********************************************************************************************************
	****************/
#contact_us_wrap {
	width: 550px;
	float: left;
	padding-top: 20px;
	padding-bottom: 10px;
	border-top: 1px #2f1800 dashed;
	margin-top: 15px;
	border-bottom: 1px #2f1800 dashed;
	margin-bottom: 10px;
}
.warning_thanks {
	font-weight: bold;
	color:#1E0C05;
	font-size:10px;
	font-style: normal;
	line-height: 17px;
}
.warning_thanks2 {
	font-weight: bold;
	color:#1E0C05;
	font-size:14px;
	font-style: normal;
	line-height: 17px;
}
#send {
	color:#ffffff;
	background-color:#1e0c05;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
	width: 39px;
	height: 27px;
	border: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	width:520px;
	font-size:13px;
	margin-bottom: 17px;
	background-color:#ffffff;
	color: #807f81;
	height: 100px;
	font-weight: normal;
	padding: 5px;
	border: 1px #2f1800 solid;
}
textarea:focus    {border: 1px #ff0000 solid;}
input {
	font-family: Arial, Helvetica, sans-serif;
	width:250px;
	font-size:13px;
	background-color:#ffffff;
	color: #807f81;
	height: 18px;
	font-weight: normal;
	font-style:italic;
	padding: 5px;
	margin-right:5px;
	border: 1px #2f1800 solid;
	margin-bottom:10px;
}
input:focus    {border: 1px #ff0000 solid;}
select  {
	font-family: Arial, Helvetica, sans-serif;
	width:250px;
	font-size:13px;
	background-color:#ffffff;
	color: #807f81;
	height: 22px;
	border: 1px #2f1800 solid;
	margin-bottom:14px;
	margin-right:10px;
}
select:focus  {
	border: 1px #ff0000 solid;
}
