﻿.Main {
    width: 960px;
    height: auto;
    margin: 0 auto;
    margin-top: 8px;
    background: url(Image/CompBg.png) bottom right no-repeat;
}

.MainRight {
    float: right;
    height: 250px;
    padding-left: 80px;
    padding-top: 60px;
    width: 420px;
}

.MainLeft {
    width: 440px;
    padding-left: 20px;
    height: auto;
    float: left;
}

.MainRight li {
    color: #9C7D17;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    list-style: disc outside none;
}
/* 登录 开始 */
.LoginBg {
    width: 380px;
    height: 364px;
    background: url(Image/BizLoginBg.png) no-repeat;
}

.Login {
    width: 240px;
    height: 170px;
    padding-left: 30px;
    padding-top: 50px;
    margin-left: 0px;
}

.LoginText {
    width: 240px;
    height: 24px;
    line-height: 24px;
    margin: 10px 0px 5px 0px;
}

    .LoginText li {
        width: 60px;
        height: 24px;
        line-height: 24px;
        font-weight: bold;
        font-family: "微软雅黑";
        font-size: 14px;
        color: #000099;
        float: left;
    }

.LoginBtnTb {
    width: 240px;
    height: 31px;
    line-height: 31px;
    margin: 4px 0px 10px 90px;
}

.LoginBtn1 {
    width: 103px;
    height: 31px;
    float: left;
}

.LoginBtn2 {
    width: 120px;
    text-align: center;
    float: left;
}

.LoginBtn {
    width: 103px;
    height: 31px;
    background: url(Image/LoginBtn.gif) no-repeat 0px -31px;
    border: 0 solid;
    cursor: pointer;
    float: left;
}

.BtnLoad {
    width: 103px;
    height: 31px;
    background: url(Image/LoginBtn.gif) no-repeat 0px -62px;
    border: 0 solid;
    cursor: pointer;
    float: left;
}

.LoginPwd {
    color: #3776c4;
}

    .LoginPwd a:hover {
        color: #FF0000;
    }

.LoginTip {
    width: 320px;
    height: 44px;
    margin: 0 auto;
}

    .LoginTip Li {
        height: 22px;
        line-height: 22px;
        color: #666;
    }

.LoginCrm {
    margin: 0 auto;
    margin-top: 20px;
    width: 320px;
    height: 70px;
    line-height:16px;
    font-size:14px;
    color: red;
}

.InputOut {
    width: 130px;
    height: 22px;
    line-height: 22px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding-left: 4px;
    border: 1px solid;
    border-top-color: #abadb3;
    border-right-color: #dbdfe6;
    border-bottom-color: #e3e9ef;
    border-left-color: #e2e3ea;
    font-weight: bold;
}

.InputOn {
    width: 130px;
    height: 22px;
    line-height: 22px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    background-color: #EEF7FF;
    border: 1px solid #0066FF;
    padding-left: 4px;
    font-weight: bold;
    background-image: url(../../Images/Small/FieldBg.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}

.InputNumOut {
    width: 40px;
    height: 22px;
    line-height: 22px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding-left: 4px;
    border: 1px solid;
    border-top-color: #abadb3;
    border-right-color: #dbdfe6;
    border-bottom-color: #e3e9ef;
    border-left-color: #e2e3ea;
    font-weight: bold;
}

.InputNumOn {
    width: 40px;
    height: 22px;
    line-height: 22px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    background-color: #EEF7FF;
    border: 1px solid #0066FF;
    padding-left: 4px;
    font-weight: bold;
    background-image: url(../../Images/Small/FieldBg.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}

.ErrMsgBox {
    display: block;
    width: 134px;
    text-indent: 22px;
    height: 20px;
    line-height: 20px;
    margin-left: 60px;
    background: url(Image/TipMsn.png) no-repeat 3px 2px #FFFFCC;
    color: #FF0000;
    border: 1px solid #FF3300;
}

.ErrMsgBox {
    display: block;
    width: 134px;
    text-indent: 22px;
    height: 20px;
    line-height: 20px;
    margin-left: 60px;
    background: url(Image/TipMsn.png) no-repeat 3px 2px #FFFFCC;
    color: #FF0000;
    border: 1px solid #FF3300;
}
