﻿#main .sBody .article .content h2{
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
.contact-info
{
	border: 1px solid #E6E6E6;
	margin-bottom: 20px;
	padding: 10px;
}


/*message*/
.form
{
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #E6E6E6;
}
.form dl
{
}
.form dt
{
	font-weight: bold;
}
.form dd
{
	margin-bottom: 10px;
}
.form .textbox,.form .textbox_focus,.form .textbox_m,.form .textbox_m_focus
{
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #E6E6E6;
	height: 26px;
	line-height: 26px;
	margin-top: 5px;
	padding-left: 3px;
	width: 200px;
}
.form .textarea
{
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #E6E6E6;
	height: 100px;
	width: 80%;
	padding: 3px;
}
#Verify
{
	float:left;
	width:60px;
}
#VerifyCode
{
	color: #000000;
	display: block;
	float: left;
	height: 28px;
	line-height: 24px;
	margin-left: 10px;
	margin-top: 6px;
	position: relative;
}
#VerifyCode img
{
	cursor: pointer;
	left: 0;
	position: absolute;
	top: 0;
}
.form .submit
{
	clear: both;
	padding-top: 10px;
}
.form .submit .btn,.form .submit .btn_over
{
	background: url("../images/btn.png") no-repeat scroll 0 0 transparent;
	border: medium none;
	cursor: pointer;
	height: 23px;
	line-height: 23px;
	margin: 0 5px;
	text-align: center;
	width: 60px;
}
.form .submit .btn_over
{
	background-position:0 -23px;
}


/*salesman*/
.salesman
{
	padding: 10px;
	border: 1px solid #E6E6E6;
}
.salesman dl
{
	border-top: 1px dotted #CCCCCC;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
.salesman dl.first
{
	border-top: medium none;
}
.salesman dt
{
	clear: left;
	color: #555555;
	float: left;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	padding-right: 8px;
	text-align: right;
	width: 120px;
}
.salesman dd
{
	height: 24px;
	line-height: 24px;
}
.salesman dd.online
{
}
.salesman dd.online a
{
	margin-right: 5px;
	float: left;
	height: 22px;
	display: block;
	background: url("../images/small_icon.png") no-repeat;
	width: 22px;
}
.salesman dd.online a.msn
{
	background-position: 0 0;
}
.salesman dd.online a.alibaba
{
	background-position: -66px 0;
}
.salesman dd.online a.skype
{
	background-position: -22px 0;
}
.salesman dd.online a.email
{
	background-position: -44px 0;
}