.comment{
	width: 282px;
}
.comment_top{
	width: 226px;
	height: 75px;
	padding: 18px 28px 0 28px;
	font-size: 12px;
	color: #ffffff;
	background: url(images/comment_top_bg.png) left top no-repeat;
	overflow: hidden;
}
* html .comment_top{
	width: 238px;
	padding: 18px 22px 0 22px;
}
.comment_top a{
	float: left;
	display: block;
	width: 66px;
	height: 75px;
	margin: 0 10px 0 0;
	position: relative;
}
.comment_top a span{
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 66px;
	height: 75px;
	background: url(images/comment_img_bg.png) left top no-repeat;
}
.comment_top strong{
	display: block;
	margin: 0 0 5px 0;
	font-size: 14px;
}
.comment_txt{
	width: 282px;
	background: url(images/comment_bg.gif) left top repeat-y;
}
.comment_txt2{
	width: 226px;
	padding: 20px 28px 16px 28px;
	font-size: 13px;
	background: url(images/comment_bottom_bg.gif) left bottom no-repeat;
}
* html .comment_txt2{
	width: 238px;
	padding: 20px 22px 16px 22px;
}
.comment_txt2 a{
	font-size: 12px;
	color: #466310;
}