/* 登录内页的最外层包含框 */
#loginWrapper {
    width: 473px;
    min-height: 365px;/*FF*/
    height:auto !important;
    height: 425px;/*IE6*/
    margin: 20px auto;
    position: relative;
}

/*登录页面顶部欢迎信息*/
.loginTitle {
    width: 100%;
    height: 72px;
    line-height: 72px;
    padding-left: 40px !important;
    padding-left: 70px;
    background: url(../img/login_title.gif) no-repeat;
}

.sceneTipWrap {
    padding: 0 10px;
}

.loginContainer {
    /*width: 100%;*/
    background: url(../img/login_bg.gif) repeat-y;
    height: auto;
    overflow: hidden;
    padding: 10px;
}

/*用于登录按钮*/
#loginBtn {
    width: 100%;
    height: 40px;
    background: url(../img/login_footer.gif) no-repeat;
}

.login {
    float: right;
    margin: 5px 30px 0 0;
}

.loginInstCfgArea {
    margin: 0;
    padding: 15px 0 30px 0;
    text-align: left;
}
