@charset "utf-8";
.book {
	overflow: hidden;
	clear: both;
	margin-bottom: 20px;
}
.book .face {
	float: left;
	width: 60px;
	height: 60px;
}
.book .text {
	border: 1px solid #dadada;
	margin-left: 70px;
}
.book .text .div {
	padding: 10px 20px;
}
.book .text .div .icon {
	position: absolute;
	width: 20px;
	height: 20px;
	margin: 6px 0 0 -40px;
	background: url(../images/dot.gif) no-repeat top right;
}
.book .text .div .base {
	font-family: verdana;
	color: #000;
	border-bottom: 1px dashed #ccc;
	line-height: 30px;
	margin-bottom: 10px;
}
.book .text .div .base span {
	float: right;
	color: #999;
}
.book .text .div .content {
	line-height: 20px;
}
.book .text .div .reply {
	font-family: verdana;
	border-top: 1px dashed #ccc;
	line-height: 30px;
	margin-top: 10px;
	color: #000;
	padding-top: 5px;
}
.book .text .div .reply strong {
	color: #f60;
}
.bookadd {
	margin: 10px 0;
}
.bookadd div {
	margin-bottom: 15px;
}
.bookadd .label {
	float: left;
	width: 100px;
	text-align: right;
	padding-right: 10px;
}
.bookadd .label span {
	color: #f30;
	font-family: 宋体;
}
.bookadd .enter {
	margin-left: 120px;
}
.bookadd .enter .ip {
	border: 1px solid #ccc;
	padding: 8px 10px;
	border-radius: 2px;
}
.bookadd .enter .ips {
	border: 1px solid #ccc;
	padding: 8px 10px;
	width: 70%;
	height: 60px;
}
.bookadd .enter .bnt {
	border: 1px solid #ccc;
	background: #ef0909;
	padding: 5px 30px;
	vertical-align: middle;
	color:#fff;
}
.bookadd .enter label {
	display: block;
}
.bookadd .enter #booklen {
	color: #f30;
}
