
html{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

body{
	font-family:"微软雅黑" !important;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	font-size:15px;
}

#backgroundImage{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
}

#backgroundImage img{
    width: 100%;
    height: 100%;
}

#onbackgroundbody{
    width: 100%;
    height: 100%;
}

.contain {
	width:290px;
	margin:auto;
	padding-top:6%;
}

.contain #logo {
	background-image:url(../images/login_logo.png);
	background-repeat:no-repeat;
	height:40px;
}

.contain #title {
	font-size:22px;
	color:#333;
	padding-top:10px;
}

.login-input {
	width:260px;
	height:35px;
	line-height:30px;
	font-size:14px;
	color:#333333;
	padding-left:30px;
	border:1px solid #cbcbcb;
	padding-bottom:5px;
	background-repeat:no-repeat;
}

.login {
	padding-top:20px;
	width:290px;
	margin:auto;
}

.login-submit {
	background-color:#299475;
	border:0px;
	color:#fff;
	font-size:15px;
	width:130px;
	height:35px;
	display:block;
	line-height:30px;
	margin-top:30px;
	font-family:"微软雅黑";
}

.login-select {
	width:100px;
	height:32px;
	padding-left:8px;
	font-size:14px;
	color:#333;
	border:1px solid #cbcbcb;
	background-color:#e4f8f2;
        font-family:"微软雅黑" !important;


}

.foot {
	width:290px;
	margin:auto;
	color:#999;
	margin-top:15%;
	line-height:30px;
}
