
/*---------------内容页:评论*/
.comment{
	width:98%;
	border:1px solid #ddd;
	margin-top:7px;
	background-color:#ffffff;
}
.comment .commenttitle{
	width:98%;
	height:26px;
	margin:1px auto;
	background:url('/images/comment/title_bg_1.gif') repeat-x;
	border-bottom:1px solid #DDD;
}
.comment .commenttitle .title{
	float:left;
	margin:2px 0px 0px 0px;
	color:#999;
	display:inline;
}
.comment .commenttitle .title strong{
	letter-spacing:4px;
	color:#B30D17;
	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;
	margin:1px 3px 0px 0px;
}
.comment .commentbox{
	width:98%;
}
.comment .commentbox dl{
	width:98%;
	margin:10px auto 0px;
	border:1px solid #DDDDDD;
}
.comment .commentbox dl dt{
	width:98%;
	background:#f5f5f5;
	line-height:25px;
	text-indent:10px;
	color:#333;
	border-bottom:1px solid #E6ECE3;
	text-align:left;
}
.comment .commentbox dl dt span{
	color:#669933;
	font-size:11px;
}
.comment .commentbox dl dd{
	padding:10px;
	font-size:14px;
	line-height:25px;
	color:#666;
	text-align:left
}
/*---------------内容页:发表评论:标题*/
.comment .posttitle{
	width:98%;
	height:26px;
	margin:10px auto;
	//background:url('/images/comment/title_bg_1.gif') repeat-x;
	border-top:1px solid #DDD;
	border-bottom:1px solid #DDD;
}
.comment .posttitle strong{
	letter-spacing:4px;
	color:#B30D17;
	display:block;
	margin:5px 0px 0px 13px;
}
.comment .postbox{
	width:98%;
	margin:5px auto;
	overflow:hidden;
}

.comment .postbox .userbox{
	width:98%;
	overflow:hidden;
	margin-top:10px;
}
.comment .postbox .userbox dl{
	width:98%;
}
.comment .postbox .userbox dl dd{
	float:left;
	display:block;
	padding-bottom:2px;
}
.comment .postbox .userbox dl dd input.username,.comment .postbox .userbox dl dd input.password{
	width:100px;
	border:1px solid #CCC;
	padding:3px 0px 2px 5px;
	margin-right:10px;
}
.comment .postbox .userbox dl dd.mtop{
	margin:7px 7px 0px 0px;
}
.comment .postbox .txtbox{
	width:98%;
	line-height:25px;
}
.comment .postbox .txtbox textarea{
	border:1px solid #CCC;
	width:93%;
	height:80px;
	padding:5px;
}
.comment .postbox  .sbut{
	margin:10px;
}
.comment .postbox .userbox .submit{
	width:100px;
	height:25px;
	padding-top:2px;
}
/*---------------内容页:评论结束*/

