*{
	margin: 0;
	padding: 0;
	font:  15px/23px helvetica, arial, verdana, sans-serif;
}
html, body{
  width:100%;
  height: 100%;
}
.css-login-bg{
	width: 100%;
	height: 100%;
	z-index: -1;
	position: absolute;
	top: 0px;
	left: 0px;
}
.css-login-logo{
    position: absolute;
    bottom: 50px;
    left: 100px;
}
.css-login-language{
    float: right;
    padding: 30px 20px 20px;
    margin: 10px 100px 0 0;
    width: 220px;
    overflow: hidden;
}
.txt.language{
    -webkit-appearance: none;
	display: block;
	background: rgb(60, 60, 60) url("../images/login_icon.png") 0px -60px no-repeat;
	padding: 0 0 0 35px;
	border:0;
	color: #fff;
    height: 30px;
    line-height: 30px;
}
.txt.language option {
    background: rgb(60, 60, 60);
    color: #fff;
}
.css-login-language select:focus{
	outline: 0;
	border:0;
}
.login-box{
    position: absolute;
    width: 600px;
    height: 400px;
    left: 50%;
    top: 50%;
    margin-left: -330px;
    margin-top: -100px;
}
.login-box .login-title{
	text-align: center;
}
.login-box .login-title h2{
    font-size: 36px;
    line-height: 36px;
    /*font-weight: bolder;*/
    color: #ffffff;
    margin-bottom: 40px;
}
.login-main{
	margin: 0 auto;
    width: 350px;
}
.login-main input.txt{
	display: block;
    width: 100%;
    height: 30px;
	background-color: rgba(0,0,0,0);
    padding: 0 0 0 30px;
    border: 0;
    border-bottom: 1px solid #d5d5d5;
    margin: 20px 0;
	color: #fff;
}
.txt.username{
    background: url("../images/login_icon.png") 0 0 no-repeat;
}
.txt.password{
	background: url("../images/login_icon.png") 0px -30px no-repeat;
}
.login-main input:focus{
	outline: 0;
	border:0;
	border-bottom: 1px solid #b5b5b5;
	border-color: rgba(82, 168, 236, 0.8);
}
.login-result{
    display: none;
    font-size: 14px;
    line-height: 14px;
    color: red;
    margin-bottom: 15px;
    text-align: center;
}
.login-button{
	width: 100%;
	text-align: center;
	height: 50px;
	margin: 50px auto;
}
.button.login{
	display: inline-block;
	padding: 5px 25px;
	color: #fff;
	cursor: hand;
	cursor: pointer;
	background-color: #3788d7;
	border-radius: 5px;
	height: 30px;
	font-size: 20px;
	line-height: 30px;
}
.button.login:hover{
	background-color: #28ade4;
}
.copyright{
    color: rgba(255,255,255,0.8);
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    font-size: 13px;
}
/*body, div, td, th, textarea, input, select, h2, h3, h4, h5, h6 {
	margin: 0px;
	font: 13px Arial,sans-serif,Helvetica,Trebuchet MS;
}

.header{
	 height: 100px;
     position: relative;
}
.header .title{
	position: absolute;
    left: 138px;
    top: 30px;
    height: 40px;
	font-size: 28px;
	font-weight:bolder;
}

.main{
	 background: url(../images/login_bg.png) repeat-x 0 0;
     height: 486px;
}

.main .middle{
	width: 1196px;
	margin: 0 auto;
    height: 486px;
    position: relative;
    background: url(../images/login_mid.png) no-repeat 0 0;
}
fieldset {
    position: absolute;
    left: 670px;
    top: 65px;
    width: 430px;
    height: 330px;
	border: 0;
}
.loginTitlePic{
	background: url(../images/login_title.png) no-repeat 0 0;
    position: absolute;
    left: 60px;
    top: 20px;
    height: 32px;
}
.loginTitle{
	font-size: 20px;
	margin-left: 42px;
}

.loginTable{
    position: absolute;
    left: 85px;
    top: 60px;
}

.loginTable th{
	font-size:16px;
	text-align:left;
}

.loginTable th, .loginTable td{
	width: 260px;
}
.txt{
    border:1px solid #878787; 
	background-color:#fff; 
	height:25px; 
	line-height: 25px;
	font-size:16px; 
	width: 240px;
	padding-left: 25px;
}
.txt:focus{
    border: 1px solid #6B9BDC;
    box-shadow: 0 0 3px #6B9BDC inset;
}

.txt.username{
	background: url(../images/user.png) no-repeat 0 0;
}
.txt.password{
	background: url(../images/password.png) no-repeat 0 0;
}
.txt.language{
	width: 267px;
	background: url(../images/language.png) no-repeat 0 0;
	-webkit-appearance: none;
	background-color: transparent;
	background-color: rgba(0,0,0,0);
}

.btnLogin{
	background: url(../images/login_btn.png) no-repeat 0 0;
	display:inline-block;
	width: 102px;
	height: 18px;
	padding: 6px 10px;
	cursor:pointer;
	font-size:14px; 
	font-weight:bold; 
	color:#fff;
}

.btnLogin:hover{
	background-image:url(../images/login_btn.png); 
	background-repeat:no-repeat; 
	background-position:-179px 0px; 
}

 .copyright {
    border-top: 1px solid #eee;
    text-align: center;
    color: #888;
    padding-top: 16px;
    line-height: 22px;
}*/