@charset "utf-8";
/* CSS Document */

/*客服表單*/
#contact {
	width: 700px;
	padding: 5px 0;
	margin:0 auto;
}
#contact ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#contact ul li {
	padding:5px;
	font-weight: normal;
	list-style: none;
	background-image:none;
}
#contact ul li .ht{
	float:left;
	width: 130px;
	text-align:right;
}
#contact label.error {
	display: none;
	color: #FF0000;
	padding-left: 2px;
	padding-top: 2px;
	/*display: block;*/
	font-size: 12px;
	font-weight: normal;
	color: red;
}
.block { display: block; }