/*登陆框居中样式表*/

*{
    margin: 0;
    padding: 0;
}
body{
    font-family: \5FAE\8F6F\96C5\9ED1;
    font-size: 14px;
    overflow-y:auto;
    background: url(images/bg01.png) repeat-x 0% 0%;
    min-height: 100%;
    height: 100%;
}
ul li{
    list-style: none;
}
img{
    border:none;
}
.login-main{
    margin: 0 auto;
/*    min-height: 500px;*/
    /*width: 990px;*/
}

.login-right{
    position: absolute;
    left: 50%;
    margin-left: -360px;
    top: 44%;
    margin-top: -272px;
    width: 504px;
    height: 544px;
    background: url(images/oldercorp-login.png);
   /*border-top: 2px solid #006bbd;*/
   /* border-bottom: 4px solid #f9f9f9;*/
   /* background: #fcfcfc;*/
    z-index: 100;
}
.login-text{
    /*width: 350px; */
	/* border: 1px solid #ccc; */
    position: absolute;
    top: 160px;
    left: 2px;
    background-color: #e5f0fb;
    padding: 75px 75px 28px 75px;
    border-radius: 5px;
}
.login-text ul{
    width: 350px;
    margin-bottom: 10px;
}
.login-text ul li{
    width: 350px;
	margin-top: 15px;
    overflow: hidden;
}
.gtx-margin{
	margin:35px 0 !important;
}
.login-text ul li .loginmes{
    width:60px;
    height: 40px;
    line-height: 40px;
    float:left;
    color:#666;
    font-size: 18px;
}
.logininput{
    border: 1px solid #ddd;
    height: 38px;
    background-color: #e8f0fe;
    -webkit-border-radius: 3px;
    width: 278px;
    line-height: 40px;
    float: left;
    padding-left: 10px;
    font-size: 18px;
}
.wjmm{
    float: right;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    display: none;
}
.wjmm a{
    cursor: pointer;
}
.wjmm a:hover{
    color: #006bbd;
    text-decoration: underline;
}
.loginbtn{
    height: 43px;
    width: 180px;
    cursor: pointer;
    border: 0;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    line-height: 43px;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    background: url(images/loginbtn.png) no-repeat 0 0;

}
.loginbtn:hover{
    background: url(images/loginbtn.png) no-repeat 0 -45px;
}
.tips{
    color: red;
    height: 100px;
    width: 150px;
}
.login-footer{
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #000; 
	margin-top: 550px;
/*position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -63px;*/
}
.rightleaf {
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/sunshine.png) no-repeat;
    width: 627px;
    height: 600px;
    z-index: 0;
}
.footer {
    width: 100%;
    overflow: hidden;
    position: fixed;
    bottom: -4px;
	background-color:rgba(255, 255, 255, 0);
	filter:Alpha(opacity=0);
}
.gain{
    height: 42px;
    width: 50px;
    float: left;
    margin-top: 2px;
    font-size: 16px;
    font-family: microsoft yahei;
    border: 1px solid #2A9CF3;
    background: #2A9CF3;
    color: #fff;
    cursor: pointer;
}