@charset "utf-8";
/* CSS Document */
#map{
	width:893px;
	margin:0 auto 26px;
}
.contactWrap{
	width:857px;
	margin:0 auto;
}
#contactInfo{
	width:410px;
	color:#999999;
	float:left;
}
#destine{
	width:447px;
	float:right;
	color:#999999;
}
#contactInfo li{
	padding-bottom:10px;
}
#contactInfo li span{
	font-family:Tahoma, "宋体", sans-serif;
}
#contactInfo a:link,#contactInfo a:visited{
	color:#7f7f7f;
	text-decoration:none;
}
#contactInfo a:hover{
	text-decoration:underline;
}
#destine p{
	padding-bottom:2px;
}
.textInput{
	width:400px;
	height:18px;
	line-height:18px;
	border:1px solid #ccc;
}
.textInput:hover,.textarea:hover{
	border:1px solid #999;
}
.submitInput{
	width:75px;
	height:23px;
	color:#999999;
	letter-spacing:1em;
	border:none;
	background:url(i/btn-submit.gif) no-repeat 0 0;
}
.textarea{
	width:398px;
	height:60px;
	border:1px solid #ccc;
	overflow:auto;
}
#contactInfo h3,#destine h3{
	width:146px;
	height:35px;
	margin-bottom:10px;
	background:url(i/contact-title.gif) no-repeat 0 0;
	text-indent:-9999px;
}
#destine h3{
	background-image:url(i/message-title.gif);
}
.clearer { 
	clear: both; 
	display: block; 
	margin: 0; 
	padding: 0; 
	height: 0; 
	line-height: 1px; 
	font-size: 1px; 
}
.comment-list{
	width:857px;
	margin:26px auto 0;
	padding-top:26px;
	background:url(i/line2.gif) repeat-x 0 0;
}
.comment-item{
	margin-bottom:26px;
}
.comment-header{
	color:#999999;
	margin-bottom:2px;
}
.comment-header span{
	font-size:10px;
	font-family:Tahoma, sans-serif;
	color:#c1c1c1;
	font-weight:bold;
}
.comment-corner-top,.comment-corner-bottom{
	width:857px;
	height:16px;
	overflow:hidden;
	background:url(i/corner-top2.gif) no-repeat 0 0;
}
.comment-corner-bottom{
	height:6px;
	background-image:url(i/corner-bottom2.gif);
}
.comment-content{
	width:795px;
	padding:15px 30px;
	border:0 solid #e0e0e0;
	border-width:0 1px;
	background-color:#f6f6f6;
	line-height:150%;
	color:#999999;
}
.comment-review{
	color:#d19100;
	margin-top:20px;
}