@charset "gb2312";

/*---------------内容页:评论*/
.comment{
	width:660px;
	border:1px solid #e5e5e5;
}
.comment .commenttitle{
	width:660px;
	height:26px;
	margin:1px auto;
	background:url(../images/title_bg_1.gif) repeat-x;
	border-bottom:1px solid #DDD;
}
.comment .commenttitle .title1{
	float:left;
	margin:5px 0px 0px 12px;
	color:#999;
	display:inline;
}
.comment .commenttitle .title1 strong{
	letter-spacing:4px;
	color:#444;
	margin-right:10px;
}
.comment .commenttitle .gotopost{
	float:right;
	display:block;
	width:100px;
	height:23px;
}
.comment .commenttitle .gotopost a{
	width:95px;
	height:22px;
	display:inline;
	float:right;
	text-align:center;
	line-height:22px;
	text-decoration:none;
	background:url(../images/ico_gotopost.gif) no-repeat;
	margin:1px 3px 0px 0px;
}
.comment .commentbox{
	width:630px;
	margin-left:15px;
	clear:both;
	 
}
.comment .commentbox dl{
	width:630px;
	margin:10px auto 0px;
	border:1px solid #e5e5e5;
}
.comment .commentbox dl dt{
	width:630px;
	background:#f5f5f5;
	line-height:25px;
	text-indent:10px;
	color:#333;
	border-bottom:1px solid #E6ECE3;
}
.comment .commentbox dl dt span{
	color:#288ABD;
	font-size:11px;
}
.comment .commentbox dl dd{
	padding:10px;
	line-height:25px;
	color:#666;
}
/*---------------内容页:发表评论:标题*/
.comment .posttitle{
	width:660px;
	height:26px;
	margin:10px auto;
	background:url(../images/title_bg_1.gif) repeat-x;
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
}
.comment .posttitle strong{
	letter-spacing:4px;
	color:#444;
	display:block;
	margin:7px 0px 0px 13px;
}
.comment .postbox{
	width:632px;
	margin:5px auto;
	overflow:hidden;	
}

.comment .postbox .userbox{
	width:630px;
	overflow:hidden;
	margin-top:10px;
}

.comment .postbox .userbox span{
float:right;
}


.comment .postbox .txtbox{
	width:520px;
	line-height:25px;
}
.comment .postbox .txtbox textarea{
	border:1px solid #e5e5e5;
	width:620px;
	height:80px;
	padding:5px;
}

.comment .postbox .userbox .submit{
	width:100px;
	height:25px;
	padding-top:2px;
	background:url(../images/userlogin_submit.gif) repeat-x;
	border:1px solid #D4B06A;
	font-weight:bold;
	color:#753D00;
	letter-spacing:3px;
	line-height:20px;
	font-size:12px;
}