@charset "utf-8";

#module_comment { padding-left: }
#module_comment .box { margin-bottom:1px; }

#module_comment ul.forms li { overflow:hidden; padding-left:50px; }
#module_comment ul.forms li img {
	float:left;
	margin-left:-50px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#module_comment ul.forms li textarea { width:570px; height:50px; }
#module_comment ul.forms li .length { float:right; margin-right:10px; }

#module_comment ul.comments {}
#module_comment ul.comments li {
	overflow:hidden;
	margin-bottom:1px;
	padding: 10px 10px 10px 60px;
	background:#fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size:14px;
}
#module_comment ul.comments li img {
	float:left;
	margin-left:-50px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#module_comment ul.comments li p { color:#999; }

