﻿/*评论模块*/
	#commentform{ margin:20px;margin-bottom:0px;}/*评论容器*/
	#commentBox { margin-top:10px;}
	#commentBox h3{background:url(Images/public.png) -150px -350px no-repeat; padding:0; width:95px; height:29px; padding-left:10px; margin-left:36px;color:#fff; }
	#commentBox .bd{ border:none;}	
	/*= 评论用户信息表单 =*/
		.setting{ width:280px; padding:0 10px;}
		.setting li{ height:38px; line-height:38px;}
		.inputText{ border:1px solid #9099a0; width:125px; margin-right:6px;}
		#commenttitle{ width:200px;}
		.commentContetnt{ margin-left:0px;}
		#content{ width:90%; height:125px; margin-bottom:12px;border:1px solid #9099a0;}
			
		#commentBox .title{height:30px; }
		.bigBoxA .listBox .title{ height:30px; line-height:30px; background:url(Images/repeatX.png) 0 10px repeat-x;}	

	/* 标题 */
	.commentTitle{height:23px;line-height:23px;background:#f5f5f5;}
	.commentTitle span{ color:#f60;margin:0 8px;}
	.commentTitle strong{margin:0 8px;color:#27589a; }

	/* 评论内容 */
	.commentContent{line-height:1.8em;padding-left:24px;margin:8px 0;color:#666; }

	/* 管理员回复 */
	.Reply{padding-left:24px;margin:8px 0;border:1px solid #ccc;background:#eee;color:#666;   }


