@import url("reset.css");

body  {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #f5f5f5;
	font-family:NSimSun,"MS PGothic",Verdana, Geneva, sans-serif;
}
.wrapper {
	margin: 0 auto;
	text-align:center;
	background-color: #fff;
	padding:10px 0px;
}
.header {
	width:400px;
	height:41px;
	background:url(../images/logo.gif) no-repeat;
	margin:0px auto 20px auto;
}
.header h1 {
	text-indent:-9999px;
}
.error {
	color:red;
}
.form-signin {
	max-width: 350px;
	padding:30px 50px;
	margin: 0 auto 20px;
	background-color: #fff;
	border: 1px solid #a9bfd6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
.form-signin label{
	font-size:14px;
	font-weight:bold;
	color: #002c5d;
}
.form-signin input[type="text"],  .form-signin input[type="password"] {
	font-size: 16px;
	height: auto;
	margin-bottom: 15px;
	padding: 7px 9px;
}
