#botBox {
	width: 856px;
	height: 303px;
	overflow: none;
	margin: 0 auto;
	padding: 0px;
	border: 1px solid #d1cfce;
}
#botBox .offer{
	width: 210px;
	height: 301px;
	float: left;
}
#botBox .attention {
	width: 222px;
	height: 301px;
	float: left;
}
#botBox .offer .content {
	width: 181px;
	height: 213px;
	margin-top: 17px;
	padding: 0px;
	border-right: 1px solid #cfc8c2;
	background-image: url("../img/footer/page.jpg");
	background-repeat: no-repeat;
	background-position: 2px 2px;
	float: right;
}
#botBox .offer .content .title {
	font-size: 14px;
	color: #827367;
	text-align: center;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	padding-top: 32px;
}
#botBox .offer .content .text {
	color: #827367;
	width: 158px;
	margin-left: 4px;
	line-height: 17px;
	margin-top: 23px;
}
#botBox .offer .content a {
	margin-top: 22px;
	float: left;
}
#botBox .offer .content img {
	border: 0px;
}


#botBox .attention .content {
	width: 203px;
	height: 213px;
	margin-top: 17px;
	border-right: 1px solid #cfc8c2;
	background-image: url("../img/footer/tick.jpg");
	background-repeat: no-repeat;
	background-position: 2px 2px;
	float: right;
}
#botBox .attention .content .title{
	font-size: 14px;
	color: #827367;
	text-align: left;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	padding-top: 32px;
	padding-left: 65px;
}
#botBox .attention .content .text{
	color: #827367;
	width: 158px;
	margin-left: 10px;
	line-height: 17px;
	margin-top: 23px;
}












#botBox .form{
	width: 423px;
	height: 301px;
	float: left;
}
#botBox .form .content{
	height: auto;
	background-image: url("../img/footer/contact.jpg");
	background-repeat: no-repeat;
	background-position: 2px 2px;
	float: right;
	width: 388px;
	margin-right: 13px;
	margin-top: 17px;
	padding: 0px;
}
#botBox .form .content .title{
	text-align: left;
	padding-left: 65px;
	padding-top: 20px;
	font-size: 14px;
	color: #827367;
	font-weight: bold;
	margin: 0px;
}
#botBox .form .content .label{
	color: #827367;
	margin: 0px;
	padding: 0px;
	width: 91px;
	float: left;
	height: 20px;
	font-size: 11px;
	font-weight: normal;
	line-height: 20px;
	margin-top: 3px;
	text-align: right;
}
#botBox .form .content .inputBox {
	margin: 0px;
	padding: 0px;
	width: 271px;
	height: 20px;
	float: left;
	margin-left: 6px;
	margin-top: 3px;
}
#botBox .form .content .inputBoxx {
	width: 277px;
	height: 23px;
	float: left;
	margin: 0px;
} 
#botBox .form .content .inputBox input {
	height: 18px;
	border: 1px solid #baada1;
	width:269px;
}
#botBox .form .content .inputBoxx select {
	margin: 0px;
	padding:0px;
	height: 20px;
	border: 1px solid #baada1;
	width: 271px;
	* width: 273px;
	margin-left: 6px;
	* margin-left: 12px;
	margin-top: 3px;
	* margin-top: 4px;
	color: #666;
}
#botBox .form .content .txtArea {
	width: 269px;
	height: 57px;
	float: left;
	margin-left: 6px;
	* margin-left: 12px;
	margin-top: 2px;
	border: 1px solid #baada1;
	overflow: auto;
}
#botBox .form .content  .send {
	float: right;
	margin-top: 15px;
	margin-right: 17px;
}
#errorbox {
background:#FF9494 none repeat scroll 0 0;
border:1px solid #B50D0D;
height:auto;
margin:20px auto 0;
overflow:auto;
padding:10px 0;
width:500px;
margin-bottom: 20px;
}
#errorbox ul li {
background:#FF9494 none repeat scroll 0 0;
color:#B50D0D;
float:none;
font-family:Tahoma,Arial,"Times New Roman";
font-size:12px;
height:auto;
line-height:13px;
margin:3px 0;
padding:0;
text-align:left;
width:auto;
}
#okbox{
	background: #ade7a8;
	margin:0 auto;
	padding:0px;
	margin-top:20px;
	padding-top:10px;
	padding-bottom:10px;
	width:600px;
	height:auto; 
	border:1px solid #11a706;
	overflow: auto;
	margin-bottom: 10px;
}
#okbox p{
	background: #ade7a8;
	margin:0px;
	padding:0px;
	width:auto;
	height:auto;
	text-align:center;
	font-size: 12px;
	font-family: Tahoma, Arial, "Times New Roman";
	color:#11a706;
	margin-bottom:3px;
	margin-top:3px;
}

#mainFooter {
	margin-top: 32px;
	width: 100%;
	background: #b9b7b5;
	color: #fff;
	height: 66px;
	text-align: center;
	font-size: 12px;
	line-height: 17px;
}
#mainFooter p {
	margin: 0px;
	padding: 0px;
}
#mainFooter a{
	color: #fff;
	text-decoration: none;
}