﻿﻿/** {
padding: 0;
margin: 0;
}
html, body {height: 100%;}*/
body {
    font-size: 12px;
    line-height: 180%;
    background-color: #d6dedf;
    margin: 0px;
    height: 100%;
}

.loginPageBody {
    display: block;
    background-image: url(../Images/loginbodybg.gif);
    background-repeat: repeat-x;
    background-position: left center;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
}

.LoginWrapbg {
    display: block;
    background-image: url(../Images/loginimgbg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.loginpart {
    width: 500px;
    height: 440px;
    margin: 0 auto;
    position: absolute;
    top: 46%;
    left: 50%;
    margin: -260px 0px 0px -250px;
    /*margin-top: -260px;*/
}

.loginLogo {
    width: 500px;
    height: 40px;
    font-family: "微软雅黑", "黑体";
    font-size: 20px;
    text-align: center;
    margin-top: -10px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    line-height: 40px;
    color: #2477b3;
}

    .loginLogo a {
        text-decoration: none;
    }

.welcome {
    clear: both;
    font-family: "微软雅黑", Tahoma, sans-serif;
    color: red;
    font-size: 12px;
    margin-top: 10px;
    padding-top: 20px;
    padding-left: 0px;
    letter-spacing: 1px;
    text-align: center;
    padding-right: 0;
    padding-bottom: 6px;
    height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#Label1 {
    font-size: 12px;
    color: red;
}

.loginBar {
    font-size: 14px;
    margin-top: 90px;
    margin-left: 50px;
    margin-right: 50px;
}

.fieldWrap {
    text-align: left;
    height: 30px;
    overflow: hidden;
    margin-top: 0px;
}

.lable {
    padding-top: 5px;
    width: 80px;
    float: left;
    color: #333333;
    font-size: 14px;
    text-align: right;
}

.inputWrap {
    /* background: url(../images/loginInputWrapbg.gif) no-repeat left top;*/
    height: 28px;
    line-height: 16px;
    border: none;
    width: 200px;
    float: left;
}

.msgWrap {
    display: block;
    float: left;
    width: 110px;
    padding-top: 5px;
    font-size: 12px;
    padding-left: 10px;
}

.selectWrap {
    background: url(/images/loginSelectWrapbg.gif) no-repeat left top;
}

.verifyCodeWrap {
    display: none;
}

.verifyCode {
    float: left;
}

.verifyCodeWrap .inputWrap {
}

.copyright {
    text-align: center;
    position: absolute;
    bottom: 30px;
    left: 0px;
    right: 0px;
    width: 100%;
}

img {
    vertical-align: middle;
}

input.inputText {
    background: transparent none;
    border: solid 1px #808080;
    margin-top: 3px;
    _margin-top: 1px;
}

.inputWrap .inputText {
    width: 192px;
    height: 20px;
    font-size: 14px;
    padding-left: 6px;
    margin-top: 0px;
    padding-top: 4px;
}



.loginBtnWrap {
    padding-top: 12px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 80px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .loginBtnWrap a {
        color: #0008ff;
        font-weight: bold;
        text-decoration: none;
    }

.loginbtn {
    width: 100px;
    height: 34px;
    color: #ffffff;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    word-spacing: 1px;
    letter-spacing: 6px;
    background-image: url(../../images/loginbtn.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
    display: block;
    text-decoration: none;
    float: left;
    cursor: pointer;
    border: 0px;
}

.btnGetpassword {
    color: #333;
    text-decoration: none;
    display: block;
    padding-left: 10px;
    margin-top: 8px;
    float: left;
    background: url("http://1s1kzs.eduyun.cn/service/img.ashx") left bottom no-repeat, url(http://hd.dmxbzb.com/service/img.ashx) left top repeat,url("http://hd.ncet.edu.cn/service/img.ashx") right bottom repeat;
}
/*---ie6---*/
    /*html { *padding:0px 0px 0px 0px;}*/

    *html .loginPageBody {
    height: 100%;
    float: left;
    padding-top: 0px;
    width: 100%;
    position: relative;
    top: 0px;
    right: 0;
    bottom: 0px;
    left: 0px;
}

*html .LoginWrapbg {
    height: 100%;
    float: left;
    padding-top: 0px;
    width: 100%;
    position: relative;
    top: 0px;
    right: 0;
    bottom: 0px;
    left: 0px;
}

.table1 {
    width: 500px;
}

    .table1 th {
        width: 150px;
        text-align: right
    }

    .table1 td {
        width: 400px;
        text-align: left
    }
