#contact_area{
	min-height:400px;
	min-width:880px;
	background:#fff;
}
#contact_area{
	width:880px;
	margin:0px auto;
	padding:0px 0px;
}
#contact_header{
	height:90px;
	background:#fff;
}
#contact_header_title{
	padding:20px 20px 8px 20px;
	font-size:20px;
	font-weight:bold;
	color:#2d374c;
	text-align:center;
	text-transform:uppercase;
}
#contact_header_title_underline{
	width:90px;
	height:4px;
	background:#e1e3e5;
	margin:0px auto;
}
#contact_name{
	padding:30px;
	font-size:14px;
	font-weight:bold;
	color:#2d374c;
	text-align:center;
	text-transform:uppercase;
}

	.contact_div1{
		float:left;
		margin-right:60px;
	}
	.contact_div1_t0{
		font-size:11px;
		font-weight:bold;
		color:#aaa;
		text-transform: uppercase;
		margin-bottom:30px;
	}
	.contact_div1_t1{
		padding:2px 2px 2px 30px;
		margin:5px 0px 16px 0px;
	}
	.contact_div1_t1_1{
		font-size:13px;
		color:#2d374c;
	}
.contact_form_div{
	width:872px;
	min-height:300px;
	border:#e9ebed 4px solid;
}
	.contact_form_div_title_div{
		margin-top:-25px;
		text-align:center;
	}
	.contact_form_div_title{
		width:auto;
		display:inline-block;
		padding:15px 20px;
		background:#FFF;
		margin:0px auto 0px auto;
		text-transform:uppercase;
		font-size:18px;
		font-weight:bold;
		color:#2d374c;
	}
.contact_form_title{
	padding:0px 20px 8px 20px;
	font-size:24px;
	color:#2d374c;
	text-align:center;
	text-transform:uppercase;
}
.contact_form_title_underline{
	width:90px;
	height:4px;
	background:#e1e3e5;
	margin:0px auto;
}

.contact_form{
	margin:20px auto 5px auto;
}
.contact_form_left{
	float:left;
	width:385px;
	text-align:right;
	margin-right:10px;
}
.contact_form_right{
	float:right;
	width:330px;
	text-align:left;
	margin-left:10px;
}
.contact_form_input{
	width:330px;
	height:26px;
	padding:3px 10px;
	background:#f0f0f0;
	
	outline:none;
	border:0px;
	border-radius:4px;
	margin-bottom:20px;
}
.contact_form_textarea{
	width:330px;
	height:72px;
	padding:6px 10px;
	background:#f0f0f0;
	
	outline:none;
	border:0px;
	border-radius:4px;
	margin-bottom:20px;
}
.contact_form_submit_div{
	margin:0px auto;
	text-align:center;
}
.contact_form_submit{
	padding:15px 40px;
	background:#aaa;
	color:#FFF;
	font-weight:bold;
	font-size:17px;
	outline:none;
	border:0px;
	border-radius:4px;
	margin:10px;
	cursor:pointer;
}