@charset "utf-8";
#lgcontent {
    position: relative;
    top: 40px;
    width: 60%;
    height: 700px;
    background-color: #101010;
    margin: 0 auto;
}

#lgbox-left {
    position: relative;
    top: 140px;
    float: left;
    width: 60%;
    height: 400px;
    color: #FFFFFF;
    margin-left: 40px;
}

#lgbox-right {
    position: relative;
    top: 200px;
    float: left;
    height: autopx;
    width: 290px;
    color: #FFFFFF;
    margin-right: auto;
    margin-left: 60px;
}


/**   登录界面  **/

#login {
    width: 290px;
    height: auto;
    overflow: hidden;
    border: solid 2px #CCCCCC;
    margin: 0 auto;
    vertical-align: middle;
}

#login_title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.line {
    width: 250px;
    height: 30px;
    line-height: 30px;
    margin-left: 20px;
    text-align: center;
    font-family: 楷体;
}

.line input {
    width: 150px;
}

.line a {
    font-size: 14px;
    color: #FFFFFF;
}

.line span {
    color: #F00;
}

#log_submit {
    display: block;
    width: 200px;
    height: 30px;
    margin-left: 45px;
    margin-top: 15px;
    margin-bottom: 5px;
}


/* //注册界面 */

.line label {
    width: 85px;
    height: 0px;
    line-height: 10px;
    display: inline-block;
}

#xingbie {
    width: 30px;
    height: 10px;
}
