﻿.loginbody {
    width: 933px;
    height: 448px;
    margin: 40px auto;
    background: url(../Images/p4.jpg) no-repeat;
}

.loginleft {
    width: 50%;
    float: left;
}

.loginright {
    width: 50%;
    float: right;
}

.loginbox {
    padding: 0px 30px 30px 30px;
    float: left;
    color: #000;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
}

    .loginbox label {
        display: inline-block;
        width: 38px;
        padding-left: 5px;
    }

.loginbody a {
    color: #696969;
}

.logininfo {
    padding: 10px 40px;
}

    .logininfo .dl {
        color: #ff8e09;
        font-weight: bold;
        font-size: 18px;
        padding-bottom: 3px;
        border-bottom: dotted #e95050 1px;
    }

    .logininfo .dt {
        color: #ff8e09;
        font-weight: bold;
    }

    .logininfo .dd {
        display: inline-block;
        overflow: hidden;
        vertical-align: top;
    }

        .logininfo .dd b {
            color: #ff8e09;
            font-weight: bold;
        }

    .logininfo .toreg {
        margin-top: 10px;
    }

/**loginnew*/
body {
    overflow: hidden;
}

.lo_main {
    width: 100%;
    /*height: 700px;*/
    overflow: hidden;
}

    .lo_main .l_top {
        width: 100%;
        height: 151px;
        background: url(/Content/Images/lo_bg_01.jpg) no-repeat top center;
        z-index: 1;
    }

    .lo_main .l_con {
        width: 100%;
        height: 100px;
        background-color: #fff;
        z-index: 1;
    }

    .lo_main .l_bottom {
        width: 100%;
        height: 290px;
        background: url(/Content/Images/lo_bg_03.jpg) no-repeat bottom center;
        z-index: 1;
    }

.lo_fl {
    width: 815px;
    height: 315px;
    position: fixed;
    background-color: transparent;
    left: 0px;
    top: 0px;
    z-index: 10;
}

.inputtxt {
    width: 155px;
    height: 20px;
    border: 1px solid #808080;
    background-color: #fff;
    padding: 2px 5px;
}

.btnok {
   min-width:90px;
   height:28px;
   line-height:28px;
   background-color:#ff8e09;
   border:none;
   border-radius:3px;
   text-align:center;
   font-size:14px;
   color:#fff;
   font-weight:bold;
   letter-spacing:2px;
}
