#contactAdd {
	float: left;
	width: 516px;
	list-style-type: none;
}
#contactAdd li {
	float: left;
	width: 400px;
	list-style-type: none;
	line-height: 29px;
	height: 29px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8D8D8;
	background-image: url(../img/face/ContactAdd.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
	display: block;
}
#contactAdd span {
	font-weight: bold;
}
#customerMessage span {
	width: 70px;
	float: left;
	display: block;
	height: 18px;
	line-height: 18px;
}
#customerMessage input {
	float: left;
	width: 200px;
	display: block;
	height: 18px;
	line-height: 18px;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
#submitTextarea {
	float: left;
	width: 400px;
	padding-left: 20px;
	display: inline;
}
#submitTextarea textarea {
	float: left;
	width: 300px;
	display: block;
	height: 80px;
	line-height: 16px;
	font-size: 12px;
	font-weight: normal;
}
#submitTextarea span {
	float: left;
	width: 70px;
}

#customerMessage {
	width: 400px;
	float: left;
	padding-left: 20px;
	list-style-type: none;
	clear: both;
}
#customerMessage li {
	height: 28px;
}
#submitTJ {
	float: left;
	width: 300px;
	padding-left: 90px;
	padding-top: 4px;
	height: 25px;
	clear: both;
}
#mainMontainer img {
	float: left;
	margin-right: 8px;
}
#about #mainMontainer img {
	float: right;
	margin-left: 15px;
}
