.comment {
	width: 100%;
	margin: 0px 0px 10px 0px;
	border: 1px #434343 solid;
}
.comment .line {
	height: 5px;
	font-size: 1px;
	background-color: #DEDEDE;
}
.comment .item {
	font: 100 13px/18px Arial;
	margin: 0px 5px 0px 5px;
	border-bottom: 1px #DEDEDE dashed;
}
.comment .part_1{
	clear: both;
	margin: 5px 0px 0px 0px;
	overflow: hidden;
	height: 21px;
	font: 700 13px/21px Arial;
}
.comment .part_1 .title {
	float: left;
	width: 280px;
	overflow: hidden;
	height: 21px;
	background: url(../images/icon_pen.gif) no-repeat 0px 4px;
	padding-left: 20px;
	color: #071A2F;
	font: 700 13px/21px Arial;
}
.comment .part_1 .name {
	float: right;
	width: 200px;
	height: 21px;
	overflow: hidden;
	color: #000000;
	text-align: right;
	font: 700 13px/21px Arial;
}
.comment .part_2{
	clear: both;
}
.comment .content{
	color: #071A2F;
	margin-bottom: 5px;
	font: 100 13px/18px Arial;
}
.comment .date{
	color: #071A2F;
	margin-bottom: 5px;
	font: 100 11px/18px Arial;
	text-align: right;
}
.comment .all{
	text-align: center;
}
.comment .all a{
	text-align: center;
	font: 700 13px/30px Arial;
	color: #EE0000;
}

.comment_view {
	width: 100%;
	border-width: 0px;
	margin: 0px 0px 0px 0px;
}

