@charset "utf-8";


#contact {
	background:#a5a6a6;
	padding:12px;
}

#contact_content {
	background:url(../images/contact_content_bg.gif) repeat-y #fff;
	border:1px solid #fff;
}

#contact_content h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	height:55px;
	margin:0px;
	padding:20px 0px 0px 9px;
}

#contact_content h2 {
	color:#ff5e17;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	margin:0px 0px 8px 17px;
}

#contact_left {
	float:left;
	padding:0px 0px 50px 7px;
	width:324px;
}

#contact_left_text {
	color:#818181;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0px 0px 16px 17px;
	width:290px;
}

#contact_right_text {
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0px 0px 16px 17px;
	width:290px;
}

#contact_right_text span {
	color:#818181;
}

#contact_left_text p, #contact_right_text p {
	line-height:20px;
}

#contact_form_box {
	background:url(../images/contact_box_topbg.gif) top repeat-x #eee;
	color:#666;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom:50px;
	padding:22px 17px 20px 17px;
	width:282px;
}

#contact_form_box input {
	border:1px solid #c2c2c2;
	margin:3px 0px 10px 0px;
	width:158px;
}

#contact_form_box select {
	border:1px solid #c2c2c2;
	margin:4px 0px 12px 0px;
	width:154px;
}

#contact_form_box textarea {
	border:1px solid #c2c2c2;
	height:78px;
	margin:4px 0px 16px 0px;
	width:280px;
}

#contact_form_box span.error input, #contact_form_box span.error select, #contact_form_box span.error textarea {
	border:1px solid #f00;
}

#contact_form_box ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

#contact_form_box ul li {
	background:#f00;
	color:#fff;
	margin:0px 0px 0px 0px;
	padding:2px 5px 2px 5px;
	width:200px;
}


.contact_btn {
	padding:10px 8px 0px 0px;
}

#contact_right {
	float:right;
	padding:74px 0px 50px 0px;
	width:322px;
}

.contact_contact_orange {
	color:#ff5e17;
}


#contact_confirm {
	background:#fff;
	border:1px solid #fff;
	height:600px;
	padding:24px;
}

#contact_confirm h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	height:55px;
	margin:0px;
}








