/* ===============本文档对搜索首页进行设置===================== */

/* --------------导入设置文档------------- */
@import url(../settings/basic.css); /* 基本设置 */
@import url(../settings/header.css); /* 头部设置，包括Logo和菜单等 */
@import url(../settings/footer.css); /* 底部设置 */
@import url(../settings/contents.css); /* 底部设置 */
div#contents {
	width: 775px;
	margin: 5px auto;
	text-align: center;
}

div#contents form#search_form {
	width: 600px;
	margin: 36px auto;
	padding-top: 20px;
	border: 1px solid #ccc;
}

div#contents form#search_form ul {
	margin-top: 20px;
	height: 18px;
	padding: 5px 50px 5px 10px;
	background: #f9f9f9;
	border-top: 1px solid #e9e9e9;
	border-bottom: 4px solid #eee;
	list-style-type: none;
	line-height: 18px;
}
div#contents form#search_form ul li {
	float: right;
	padding: 0 1em;
	border-left: 1px solid #e9e9e9;
	list-style-type: none;
}

div#contents form#search_signup {
	width: 600px;
	margin: 0px auto;
	padding-top: 10px;
	border: 1px solid #ccc;
}

div#contents form#search_signup ul {
	margin-top: 20px;
	height: 18px;
	padding: 5px 50px 5px 10px;
	background: #f9f9f9;
	border-top: 1px solid #e9e9e9;
	border-bottom: 4px solid #eee;
	list-style-type: none;
	line-height: 18px;
}

div#contents form#search_signup ul li {
	float: right;
	padding: 0 1em;
	border-left: 1px solid #e9e9e9;
	list-style-type: none;
}

div#contents ul#user_set {
	margin: 15px auto;
	padding: 0;
}
div#contents ul#user_set li {
	display: inline;
	height: 25px;
	margin-left: 2em;
	line-height: 25px;
}

div#search_reverse {
	margin: 5px 40px;
	font-size: 12px;
	text-align: right;
}
div#search_reverse small {
	margin-left: 0.5em;
	font-size: 11px;
	line-height: 18px;
}
p#reverse_explain {
	margin-top: 0.5em;
	text-align: left;
}
table#reverse_info {
	width: 100%;
	padding-top: 0.5em;
	border: 1px solid #ccc;
	background: #f9f9f9;
	text-align: left;
}
table#reverse_info th { padding: auto 0.5em; font-weight: normal;}
table#reverse_info textarea { width: 400px;}