body{
	font-family:"微软雅黑","宋体",sans-serif;
}
#container{
	position:relative;
	background-color:#fff;
	padding:0;
	margin:0 auto;
	width:1024px;
	text-align:left;
	overflow:hidden;
	border:1px solid #ddd;
	border-left-color:#eee;
}
div#top_bar{
	height:29px;
	text-align:center;
	background:url(/images/top_bar.gif) center center no-repeat ;
	background-repeat:repeat;
}

#logo{
	height:100px;
	margin-top:130px;
	text-align:center;
	background:url(/images/index_logo.gif) #fff center center no-repeat ;
	background-repeat:no-repeat;
}
#content h1{
	margin-top:50px;
	text-align:center;
	background:url(/images/index_logo.gif) #fff center center no-repeat ;
	background-repeat:no-repeat;
	height:90px;
}
#content h1 span{
	visibility:hidden;
}

#login_field{
	margin:40px auto 250px;
	text-align:center;
	width:300px;
	border:1px solid #960000;
}
#login_field h3{
	background-color:#960000;
	color:#FFFFFF;
	padding:4px;
	font-size:1.1em;
	margin:0 0 10px;
}
#id_submit{
	width:75px;
	height:25px;
	color:#FFFFFF;
	font-weight:bold;
	background-image:url(../images/search_btn_2.gif);
	border:1px solid #891f1f;
}
#id_submit:hover{
	cursor:pointer;
}
.form-row{
	margin:12px 3px;
}
.error-row{
	color:red;margin:15px 3px;
}
.form-row label{
	float:left;
	width:60px;
	margin:0 5px 0 20px;
}

.form-row span{
	font-size: 0.8em;
	text-align: right;
}

#footer{
	text-align:center;
	margin-top:50px;
}
#footer p{
	font-size:12px;
	color:#c0c0c0;
}
