﻿.rtnindex
{
    width:150px;
    height:50px;
    font-size:14px;
    font-weight:bold;
    color:#202020;
    background:url(../images/fh_bg.png) no-repeat 0px 30px;
    padding-left:20px;
    padding-top:27px;
    cursor:pointer;
    float:right;
}
.box_panel
{
    margin:0px;
    padding:0px;
    width:980;
    height:640px;
    overflow:hidden;
}
.box_panel .login_box
{
    margin:100px auto auto auto;
    padding:0px;
    width:450px;
    height:306px;
}
.box_panel .login_msg
{
    margin:10px auto auto auto;
    padding:0px 0px 0px 15px;
    text-align:center;
    width:450px;
}

.box_panel .login_box .login_content
{
    margin:0px auto auto auto;
    padding:0px 0px 0px 11px;
    width:360px;
    height:290px;
    overflow:hidden;
    color:#202020;
}


.box_panel .login_box .logining_title
{
    margin:0px;
    padding:0px;
    height:72px;
}
.box_panel .login_box .logining_title span
{
    height:72px;
    line-height:72px;
}
.box_panel .login_box .logining_title .title1
{
    float:left;
    width:130px;
    font-size:24px;
    color:#202020;
    font-weight:normal;
    text-align:left;
    height:72px;
    line-height:72px;
}
.box_panel .login_box .logining_title .title2
{
    font-size:12px;
    line-height:40px;
    cursor:pointer;
    color:#202020;
    height:72px;
    line-height:72px;
    float:right;
    margin-right:21px;
}

.box_panel .login_box .login_content .logining_box
{
    margin:0px;
    padding:0px;
}
.box_panel .login_box .login_content .logining_box ul
{
    list-style-type:none;
    list-style-image:none;
    padding:0px;
    margin:12px 0px 0px 0px;
    height:30px;
}
.box_panel .login_box .login_content .logining_box ul li
{
    float:left;
    height:30px;
    line-height:30px;
    text-align:center;
}
.box_panel .login_box .login_content .logining_box .input
{
    padding:0px 0px 0px 0px;
    width:256px;
    height:30px;
    line-height:30px;
    border:0px;
    color:#202020;
    padding-left:5px;
    background:url(../img/loginTextbox1.png) no-repeat;
}

.box_panel .login_box .login_content .logining_box .codinput
{
    padding:0px 0px 0px 0px;
    ime-mode:disabled;
    width:76px;
    height:30px;
    line-height:30px;
    border:0px;
    color:#202020;
    padding-left:5px;
    background:url(../img/loginTextbox2.png) no-repeat;
}

.box_panel .login_box .login_content .logining_box .regbutton
{
    padding:0px;
    border:0px;
    width:70px;
    height:32px;
    background:url(../img/SignUp.png) no-repeat;
}

.box_panel .login_box .login_content .logining_box .logingbutton
{
    padding:0px;
    border:0px;
    width:125px;
    height:35px;
    color:#FFFFFF;
    font-weight:bold;
    font-size:14px;
    cursor:pointer;
    background:url(../images/btn_lgn_bg.png) no-repeat;
}


