.msg_table {
	font-size: 14px
}

.msg_table td {
	line-height: 40px;
	text-align: left;
	padding: 2px 0 2px 5px
}

.tbox_220 {
	height: 25px;
	line-height: 25px;
	padding-left: 3px;
	border: 1px solid #ccc;
	border-radius: 2px;
	font-size: 14px;
	width: 50%;
}

.tbox_h_100 {
	width: 95%;
	height: 150px;
	border: 1px solid #ccc;
	border-radius: 2px;
	font-size: 14px;
	transition: all .2s linear 0s;
	margin: 5px 0
}

.gbook ul {
	padding-bottom: 30px;
	border-bottom: 1px dashed #ccc;
	color: #666;
	font-size: 12px
}

.face {
	float: left;
	width: 100px;
	height: 100px;
	padding: 10px;
}

.gbookform {
	position: relative
}

.gbookform .face {
	position: absolute;
	left: 500px;
}

.gbookcontent {
	float: right;
	width: 660px;
	padding: 10px
}

.gbookcontent li {
	line-height: 24px
}

.gbookcontent span {
	float: right
}

.gbookcontent .content {
	background: #eee;
	padding: 5px
}

.admincontent {
	float: left;
	width: 775px;
	padding: 10px;
	background: #fefefe;
	border: 1px inset #eee
}

.admincontent span {
	float: right
}

.red_btn,
.red_btn2 {
	min-width: 70px;
	height: 30px;
	background-color: #e87708;
	cursor: pointer;
	margin-top: 20px;
	font-size: 14px;
	border: none;
	color: #fff;
	font-size: 14px;
	transition: all .2s linear 0s;
	font-family: "微软雅黑";
	font-weight: 700
}

.red_zi {
	font-size: 12px;
	color: red;
	padding: 0 5px
}

.form-inline {
	display: inline-block
}