body {
	margin: 0px;
	text-align: center;
 font-size:9pt;
}
div {
	text-align: left;
}
a{
	text-decoration:none;
	color: #888888;
}
a:hover{
	color: #000000;
}
.layer {
	width: 1000px;
	height: 0px;
	position: relative;
}
.logo {
	position: absolute;
	z-index: 1;
	left: 20px;
	top: 15px;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.search,.content,.right,.place{
	border: 1px #CCCCCC solid;
	background-color: white;
	position: absolute;
}
.place
{
 left: 379px; top: 43px;
 z-index:1;
	}
.search_input
{ width:400px;
	border: 1px #D1AD6E solid;
	height: 17px;
	padding-top: 3px;
	}
.search {
	position:absolute;
	left:69px;
	top:74px;
	width:717px;
	height:63px;
	z-index:1;
	background-image:url(../Logincss/index_search_left_bg.gif);
}
.search table
{
	font-size:9pt;
	}
.button {
	height: 24px;
	padding-top: 3px;
	background-image: url(../Logincss/button.gif);
	border: 1px #F0E4CF solid;
	color: #9A7431;
}
.content
{
	width:717px;
	top:140px;
	height:450px;
	left:69px;
	}
.content table
{
	font-size:12px;}
.right
{
	width:140px;
	top:140;
	height:300px;
	left:790px;
	}
	
/*----------------   分页样式开始   ----------------*/
.pagination 
{
	margin:0 auto;
	text-align:center;
}
.pagination a {
	display: block;
	padding: 0 5px 0 5px;
	margin: 0 2px 0 2px;
	float:left;
	line-height:22px;
	background-color:#DDD;
	border:solid 1px #999;
}
.pagination span.Current
{
	line-height:22px;
}
.pagination span
{
	display: block;
	float:left;
	padding: 0 5px 0 5px;
	margin: 0 2px 0 2px;
}
/*----------------   分页样式结束   ----------------*/
