/* CSS Document */
/*//////////////// 评论模块 /////////////////*/
#CommentArea{ width:600px; margin:30px 20px;}
.clear{clear:both;}
a:link{color:#222;text-decoration:none;}
a:visited{color:#666666;text-decoration:none;}
a:hover{color:#1e4b7e;text-decoration:underline;}
.line_grey_bold{border-bottom:3px solid #e5e5e5;height:1px;line-height:0;font-size:1px;margin:2px auto 3px auto;}
.cmt_title{font-size:14px;	font-weight:bold;padding-left:14px;}
.comment_list{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #a9a9a9; text-align:left;
}
.comment_time{color:#666;font-size:11px;width:110px;}
.comment_ip{color:#1e4b7e}
.comment_del a:link,comment_del a:visited{color:#1e4b7e;text-decoration:underline;}
.comment_del a:hover{color:#666;text-decoration:none;}
.write_comment{background:#f7fcfd;border:1px solid #cce4ee;margin:10px auto 0 auto;width:95%;}
.write_comment .tittle{background:#edf5fc;border-bottom:1px solid #cce4ee;margin:0 auto 10px auto;line-height:25px;}


.write_sub{width:20%;text-align:center;height:25px;}
.write_input{width:90%;border:1px solid #b6b6b6;}
.comment_write_btn{text-align:center;word-spacing: 10px;padding:8px 0;}
.comment_fanye{margin-top:-18px;float:right;}
.btn_image{background:url(btn.gif) no-repeat;width:63px;border:none;line-height:23px}


