﻿/* ----------------------- */
/* Title: 简单页面         */
/* Update: 2008-10-11      */
/* ----------------------- */
@import url(global.css);

#header {
	height:80px;
}
h1 {
	float:none;
	margin:0 auto;
}
h1 a {
	height:66px;
	background-position:10px 36px;
}
/* ----------------------- */
/* 页面主体                */
#container {
	background:none;
}
#search {
	width:506px;
	margin:auto;
	text-align:center;
	padding:40px 0;
}
#search a.select {
	background-color:#CCCCCC;
	background-position:-695px 0;
	background-repeat:no-repeat;
	border-color:#999999;
	border-style:solid;
	border-width:2px 2px 2px 0;
	color:#7A7A7A;
	float:left;
	font-size:16px;
	height:44px;
	line-height:44px;
	overflow:hidden;
	padding:0 4px 0 0;
	width:100px;
}
div.select {
	background-color:#E5E5E5;
	border-color:#999;
	border-style:none solid solid;
	border-width:medium 2px 2px;
	margin-left:308px;
	*margin-left:55px;
	top:177px;
	position:absolute;
	clear:left;
	width:104px;
}
div.select a:link, div.select a:visited {
	display:block;
	height:24px;
	line-height:24px;
	background-color:#E5E5E5;
	border-top:1px dotted #CCC;
	vertical-align:middle;
}
div.select a:hover {
	background-color:#FFF;
	border-top:1px solid #CCC;
}
#search input {
	float:left;
	border:2px solid #999;
	border-right:none;
	font-size:30px;
	color:#066;
	font-family:微软雅黑, Arial, Helvetica, sans-serif;
	height:36px;
	line-height:36px;
	width:300px;
	padding:4px;
}
#search input.submit {
	background-position:-573px 0;
	background-repeat:no-repeat;
	border:medium none;
	height:48px;
	margin-left:2px;
	text-indent:-999px;
	width:88px;
}