@charset "UTF-8";
#comments {
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
}
#comments .comment_box {
	margin-bottom: 20px;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
}
#comments .comment_box .comment_name {
	font-weight: bold;
	color: #FF0000;
	font-size: 0.85em;
}
#comments .comment_box .comment {
	font-size: 0.75em;
	line-height: 1.5em;
}
