/* ÆÀÂÛ */
.info_title {
	font-size:13px;
	font-weight:bold;
	border-bottom:1px solid #ddd;
	line-height:30px;
	height:30px;
	padding-bottom:10px;
	margin:0 0 15px 0;
}
.info_intro {
	padding:0 0 20px 0;
	line-height:22px;
	color:#666;
}
.info_intro p {
	margin:0 0 5px 0;
	padding:0;
}
.info_intro .red {
	color:#f30;
	margin:0 5px;
}
.comment {
	overflow:hidden;
	clear:both;
	margin-bottom:20px;
}
.comment .face {
	display:none;
}
.comment .text {
	border:1px solid #ddd;
}
.comment .text .div {
	padding:10px 20px;
}
.comment .text .div .icon {
	position:absolute;
	width:20px;
	height:20px;
	margin:6px 0 0 -40px;
	background:url(../img/dot.gif) no-repeat top right;
	display:none;
}
.comment .text .div .base {
	font-family:verdana;
	color:#000;
	border-bottom:1px dashed #ccc;
	line-height:30px;
	margin-bottom:10px;
}
.comment .text .div .base span {
	float:right;
	color:#999;
}
.comment .text .div .content {
	line-height:20px;
	word-wrap:break-word;
	overflow:hidden;
}
.comment .text .div .reply {
	font-family:verdana;
	border-top:1px dashed #ccc;
	line-height:30px;
	margin-top:10px;
	color:#000;
	padding-top:5px;
	word-wrap:break-word;
	overflow:hidden;
}
.comment .text .div .reply strong {
	color:#f60;
	float:left;
}
.commentadd {
	margin:10px 0;
	overflow:hidden;
	clear:both;
}
.commentadd .face {
	display:none;
}
.commentadd .text {
	overflow:hidden;
}
.commentadd .text .div {
	padding:0 5px 0 0;
}
.commentadd .text .div textarea {
	width:100%;
	border:1px solid #CCC;
	height:100px;
	overflow:auto;
}
.commentadd .text span {
	color:#999;
	line-height:22px;
	clear:both;
}
.commentadd .text #commentlen {
	color:#f30;
}
.commentadd .input {
	margin:10px 0;
	font-size:13px;
}
.commentadd .input a {
	color:#666;
	font-size:12px;
}
.commentadd .input a:hover {
	color:#f30;
	font-size:12px;
}
.commentadd .input .send {
	float:right;
	border:1px solid #CCC;
	background:#fff;
	padding:5px 10px;
	_padding:3px 10px;
	margin:0;
	_margin:0 9px 0 0;
	vertical-align:middle;
	width:80px;
}
.commentadd .input .ip {
	border:1px solid #CCC;
	width:80px;
	padding:5px 10px;
	vertical-align:middle;
}