@charset "utf-8";
.book{overflow:hidden;clear:both;margin-bottom:20px;}
.book .face{float:left;width:60px;height:60px;}
.book .text{border:1px solid #eee;border-radius:6px;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 #eee;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 #eee;line-height:30px;margin-top:10px;color:#000;padding-top:5px;}
.book .text .div .reply strong{color:#f60;}

.bookadd{
	width: 500px;
}
.bookadd div{
	margin-bottom: 10px;
}
.bookadd .label{
	float: left;
	width: 100px;
	font-family: "微软雅黑";
	font-size: 14px;
}
.bookadd .label span{color:#f30;font-family:宋体;}
.bookadd .enter{

}
.bookadd .enter .ip{
	border: 1px solid #ddd;
	border-radius: 2px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}
.bookadd .enter .ips{border:1px solid #ddd;padding:8px 10px;width:70%;height:60px;}
.bookadd .enter .bnt{
	border: 0px solid #ccc;
	vertical-align: middle;
	background-color: #4289DC;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #FFF;
	line-height: 40px;
	height: 40px;
	padding-right: 20px;
	padding-left: 20px;
	border-radius: 5px;
}
.bookadd .enter label{display:block;}
.bookadd .enter #booklen{color:#f30;}
