body {
	background: #f1f1f1;
	min-width: 770px;
}
.cmt-banner {
	background: url("img/bg.jpg");
	height: 360px;
	text-align: center;
}
.cmt-banner h1 {
	margin: 0;
	color: white;
	font-size: 49px;
	margin-bottom: 50px;
	font-weight: normal;
}
.cmt-search {
	background: rgba(0, 0, 0, 0.22);
	padding: 4px;
	border-radius: 8px;
	height: 58px;
	position: relative;
	display: inline-block;
}
.cmt-search > input {
	line-height: 20px;
	width: 600px;
	font-size: 16px;
	padding: 16px 13px;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
	border: none;
	outline: none;
	float: left;
	height: 50px;
}
.cmt-search > div {
	height: 100%;
	background: #FF9300 url("img/search.png") no-repeat center;
	width: 80px;
	height: 50px;
	float: left;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
	cursor: pointer;
}
.cmt-search > div:hover {
	background-color: #f18d05;
}
.cmt-search > div:active {
	background-color: #EC8800;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.cmt-container {
	width: 65%;
	margin: 30px auto;
	text-align: center;
	background: white;
	padding: 36px 20px 85px 20px;
	position: relative;
	box-shadow: 0px 1px 3px #C0C0C0;
}
.cmt-user {
	display: inline-block;
}
.cmt-user-item {
	/*float: left;*/
	width: 120px;
	display: inline-block;
	margin: 10px;
}
.cmt-user-name {
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 90%;
	overflow: hidden;
	margin-top: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	padding: 0 5%;
	display: block;
}
.cmt-user-name:hover {
	color: inherit;
	text-decoration: underline;
}
.cmt-loading {
	margin-top: 30px;
}
.cmt-user-img-container {
	width: 100%;
	height: 120px;
	overflow: hidden;
	box-shadow: 0 0 1px #D2D2D2;
}
.cmt-user-img-container img {
	width: 100%;
	height: 100%;
}
.cmt-user-book {
	font-size: 12px;
	color: #1D7CBE;
	font-weight: bold;
}
.cmt-user-no-result {
	font-weight: bold;
}