@charset "utf-8";
.gb-items {
	float: left;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.gb-items .item {
	float: left;
	background-color: #f7f7f7;
}
.item .msg-top {
	float: none;
	margin: 0 auto;
	margin-top: 5px;
	width: 98%;
	padding: 0;
	height: 20px;
	border-bottom: 1px solid #aaa;
}
.item .fl {
	float: left;
	width: 350px;
	height: 18px;
	margin: 0;
}
.item .fr {
	float: right;
	height: 18px;
	margin: 0;
}
.item .msg {
	float: left;
	width: 100%;
	overflow: auto;
	margin-bottom: 10px;
}
.item .msg p {
	margin: 5px;
}
.item .fl a {
	font-weight: bold;
	color: #0186cc;
	text-decoration: none;
}
.item .fl a:hover {
	color: #000080;
}
.clear-msg {
	clear: both;
	margin-bottom: 5px;
}
.form input[type="text"] {
	margin: 5px;
	background: #fff;
	border: 1px solid #aaa;
	height: 18px;
}
.form textarea {
	margin: 5px;
	background: #fff;
	border: 1px solid #aaa;
	float: left;
	width: 365px;
}
.form .button {
	border: 1px solid #aaa;
	color: #555;
	background-color: #fff;
	padding: 5px 10px;
	height: 28px;
	width: 100px;
}
.form .button:hover {
	background-color: #f8f8f8;
}
.form .sm {
	float: right;
	width: 110px;
	padding-top: 2px;
}
.sm #smc {
	margin-top: 8px;
	display: none;
}
.sm #smc img {
	border: 0;
}
.sm .af {
	float: right;
	margin-right: 12px;
}
.sm a {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #000080;
}