* {
	outline: none;
	margin: 0px;
	padding: 0px;
}
ol,ul{list-style:none;}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333;
	background-color: #162f41;
	background-image: url(../images/body.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.wapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.heder {
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	height: 141px;
	width: 960px;
	margin-bottom: 100px;
}

.login {
	height: auto;
	width: 350px;
	border: 5px solid #d2d5d5;
	background-color: #f4f5f6;
	margin: auto;
	overflow: hidden;
	clear: both;
}
.bg-login {
	text-align: center;
	background-image: url(../images/block-login.jpg);
	background-repeat: repeat-x;
	height: 32px;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}
.bg-login span {
	padding-top: 8px;
	display: block;
	background-color: #f4f5f6;
	width: 150px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	height: 24px;
	font-weight: bold;
}
.from-dn {
	width: 280px;
	margin-right: auto;
	margin-left: auto;
}
.login-tf {
	background-image: url(../images/login-bg.jpg);
	background-repeat: no-repeat;
	height: 31px;
	width: 266px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
	padding-left: 10px;
}
.from-dn form ul li {
	margin-bottom: 10px;
}
.maintain {
	font-size: 11px;
	color: #263B8A;
	float: right;
	clear: both;
}
.supmit-log {
	clear: both;
	background-image: url(../images/login.jpg);
	background-repeat: no-repeat;
	height: 32px;
	width: 80px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFF;
	margin-left: 100px;
}
.logo {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background-image: url(../images/bg-logo.png);
	background-repeat: no-repeat;
	background-position: left 30px;
	padding-left: 80px;
	text-shadow: 0 1px 0 #323335;
	padding-top: 30px;
}
.logo span {
	color: #B1DE29;
	padding-left: 80px;
	font-size: 28px;
	line-height: 60px;
}
