@charset "UTF-8";
/* CSS Document */

#contact_bg{
	
	width:754px;
	height:324px;
	margin:180px 0 0 70px;
	background: url(../images/bigpic_contact.jpg) no-repeat #FFFBEF;
	position:absolute;
	
	
	
}

#contentcontainer_cont {
	
	width: 840px ;
	margin: 5px auto 0 auto;
	height: 108px;
	color: #674e35;

}

#form_name{
	
	width: 411px;
	height: auto;
	margin: 30px 0 0 38px;
	position: absolute;
	z-index: 4;
	font:Georgia, "Times New Roman", Times, serif;
	color:#5E3D22;
	font-size:10px;
	
	
}

#select_text{
	
	margin: 231px 0 0 495px;
	width: 250px;
	position: absolute;
	font-size: 29px;
	
}

.form1{
	
	width:200px;
	margin: 8px 0 5px 2px;
	background-color: #fffcf2;
	padding: 0px 0 2px 0;
	cursor: pointer;
	border-color:#6D4727;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
}

.form2{
	padding:5px;
	width: 400px;
	height: 100px;
	margin: 5px 0 0 0;
	background-color: #fffcf2;	
	border-color:#6D4727;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	
}
.submit{
	margin: 15px 0 0 0;
	width: 60px;
	height: 25px;
	color: #421B0E;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #9B8664;
	padding: 0px 0 2px 0;
	cursor: pointer;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
