@CHARSET "UTF-8";
html,body{
	background-color: #FFF;
	height: 100%;
	width: 100%;
	padding: 0;
	margin:0;
	/*background: url("../../../../../resources/images/common/nbg1.jpg") fixed center center no-repeat;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='bg5.jpg',sizingMethod='scale');*/
    background-positon: 100%, 100%;
	background-size: cover;
	font-family: "微软雅黑";
    overflow: hidden;
}
.main{width:100%;height:100%;padding: 0;margin: 0}
.main > table{width: 100%;height:100%;padding: 0;margin:0;}
.main > table > tbody{padding: 0;margin:0;}
.copyright{font-size: 13px;font-weight: bold;} 
.systemname{font-family: "微软雅黑";font-size:30px;position: relative;}
.systemname .name{position: absolute;top: 0;left:0;width: 100%;height: 250px;line-height: 250px;color: white;text-align: center;}
.loginFrame{width:330px;padding:10px;background-color:#fff;text-align: center;border-radius:4px;border:1px solid #CCCCCC;margin-top:20px;} 
.info,.btns{margin:0 auto;width:310px;}
.textfield{text-indent: 35px;width: 305px;height:40px;border:1px solid #DDDDDD;margin-top:15px;text-align:left;*padding-left:35px;}
.textfield:hover{border:1px solid orange;}
.textfield > input{background-color: transparent;height:38px;line-height:38px;border:none;width:230px;font-size:14px;outline:none;}
.textfield > .warning{background: url("../../../../../resources/images/common/warning.png") no-repeat center;padding: 10px;margin-left:5px;display: none;cursor: pointer;}
.textfield.error{border: 1px solid red;}
.textfield.error > .warning{display: inline;}
.username{background: url("../../../../../resources/images/common/user.png") no-repeat 5px center;}
.password{background: url("../../../../../resources/images/common/lock.png") no-repeat 5px center;}
.randcode{background: url("../../../../../resources/images/common/randcode.png") no-repeat 5px center;text-align: left;width:195px;position: relative;}
.randcode > input{width: 125px;} 
.randcode > img{height:40px;width:100px;position: absolute;left: 205px;cursor: pointer;}
.randcode > .rfcode{background: url("../../../../../resources/images/common/refresh16.png") no-repeat;height:16px;width:16px;position: absolute;left: 310px;bottom:0px;cursor: pointer;}
.btns button{border:none;cursor: pointer;margin-top:10px;border-radius:4px;margin-right:5px;text-indent: 15px;text-align: center;width:100%;height:48px;color:white;font-size:15px;}
.btns .login{background-color:#009E96}
.btns .cancel{background-color:#D7D7D7;}
.btns .login:hover{background-color: #00978F;}
.btns .cancel:hover{background-color: #C5C5C5;}
.loginInfo{margin-top: 10px;color: red;}
.forgetPwd{text-decoration: underline;font-size: 14px;margin-top:10px;} 
.forgetPwd a{color:#ccc;}

