/* contact us form */
.contactForm { width: 546px; }
.contactForm dl dt, .contactForm dl dd { margin: 0 0 20px 0; }
.contactForm input {
	width: 320px;
	border: 1px #aaa solid;
	padding: 2px;
	color: #666;
	}
.contactForm select {
	width: 326px;
	border: 1px #aaa solid;
	padding: 2px;
	color: #666;
	}
.contactForm input.radioBtn { width: 20px; border: none;  }
.contactForm textarea {
	width: 320px;
	padding: 2px;
	border: 1px #aaa solid;
	height: 200px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
.contactForm .textfield {
	float: left;
	width: 200px;
	text-align: right;
	margin: 0 10px 0 10px;
	font-weight: bold;
	}
.contactForm .textformRight { text-align: right; }
	
.contactForm a.submit {
	background: url(../../images/zh/btn_submit.gif) 0 0 no-repeat;
	width: 48px;
	height: 18px;
	display: block;
	float: left;
	margin: 0 5px 0 0;
	color: #fff;
	padding: 1px 0 0 15px;
	}
.contactForm a.submit:hover { background: url(../../images/zh/btn_submit.gif) 0 -19px no-repeat; text-decoration:none; color: #D7ECFB; }

.contactForm a.reset {
	background: url(../../images/zh/btn_reset.gif) 0 0 no-repeat;
	width: 43px;
	height: 18px;
	display: block;
	padding: 1px 0 0 20px;
	color: #fff;
	float: left;
	}
.contactForm a.reset:hover { background: url(../../images/zh/btn_reset.gif) 0 -19px no-repeat; text-decoration:none; color: #D7ECFB; }

.contactForm .textform .rightCol{
	margin-left:220px;
	display:block;
}

.contactForm .textform .rightCol img{
	margin-left:50px
}

.contactForm span.input_error{
	color:#EF0000;
	margin-left:220px;
	display:block;
}

dd.textform label#yes { padding: 0 15px 0 0; }

#charCounter{
	margin-left:220px;
	text-align:left;
}
#charCounter input{
	width:35px;
	background-color:#eee;
}