html,body,div,ul,li,a,img,p {
	margin: 0;
	padding: 0;
}

ul {
	list-style-type: none;
}

img {
	border: none;
}

html {
	height: 100%;
}

input,button {
	outline: none;
}

body {
	font-family:微软雅黑 , 宋体 ,Verdana;
	width: 100%;
	height: 100%;
	background: url(images1/bg.jpg) no-repeat center;
	background-size: cover;
	background-size:100% 100%;
	-moz-background-size:100% 100%; 
}

.login-wrap {
	font-family:微软雅黑 , 宋体 ,Verdana;	
	width: 100%;
	height: 330px;
	position: absolute;
	top:30%;
}

.logo{
	background-repeat:no-repeat;
	background-position:200px 80px;
	background-size:auto 120px;	
	height:200px;
}

.login-main {
	width: 480px;
	height:330px;
	margin: 0 auto;
	position: relative;
	background-color:#41A7E5;
	border-radius:3px;
	opacity: 0.8;
	filter:Alpha(opacity=80)。
}

.login-title{
	height:80px;
	line-height:80px;
	font-family:"微软雅黑";
	font-size:24px;
	color:#FFF;
	letter-spacing:3px
}

.login-title span{
	margin-left:66px;
}

.login-box {
	margin:0px auto;
	width:460px;
}

.login-box div {
	margin-top: 10px;
	line-height: 40px;
}

.login-box  div span {
	width: 100px;
	text-align: center;
	display: inline-block;
	margin-right: 20px;
	color: white;
}

.login-box .login-input{
	padding-left:57px;
	height: 48px;
}

.login-box .login-user input{
	background:#FFF url(images1/icon_user.png) no-repeat;
}

.login-box .login-password input{
	background:#FFF url(images1/icon_password.png) no-repeat;
}

.login-box .login-input input{
	width: 294px;
	border: none;
	height: 44px;
	line-height: 44px;
	font-family: 微软雅黑, 宋体, Verdana;
	color:#000;
	background-color:#FFF;
	background-position:left;
	padding-left:60px;
	border-radius:3px;
	font-size:18px;
}

.login-box .login-btn input{
	width: 356px;
	height: 47px;
	line-height: 47px;
	background: url(images1/bg_btn.png);
	cursor:pointer;
	border: none;
	font-family: 微软雅黑, 宋体, Verdana;
	color:#FFF;
	font-size:20px;
	margin-left:57px;
	letter-spacing:20px
}