﻿div#comment div.comment_item {
	border: 1px solid #ddd;
	padding: 10px;
	margin-top: 10px;
}
div#comment div.comment_left {
	float: left;
	width: 110px;
	text-align: center;
}
div#comment div.comment_right {
	float: left;
	margin-left: 10px;
	width: 598px;
}
div#comment div.comment_left img {
	border: 1px solid #ddd;
}
div#comment div.comment_date {
	clear: both;
	text-align: right;
	font-size: 11px;
}
div#comment div.comment_date em {
	color: #07F;
	font-size: 11px;
}
div#comment div.art_title {
	text-indent: -5em;
	margin-left: 65px;
}
div#comment div.comment_title {
	text-indent: -3em;
	margin-bottom: 5px;
	margin-left: 39px;
	border-bottom: 1px dashed #ddd;
	line-height: 30px;
}
div#comment div.comment_title span {
	font-size: 16px;
}
div#comment div.comment_content {
	text-indent: -3em;
	margin-left: 39px;
}
div#comment em {
	font-weight: normal;
}