﻿#header_body
{
    height: 4px;
    background-color: #0066CC;
}

/*登录界面的灰色条带*/
.imgnav_list_index
{
    margin: 0px;
    padding: 0px;
    background: url(/Images/back_Login/top_bg_bg_index.png) center 35px repeat-x;
}

/*登录界面的系统名称*/
.member .title_img
{
    margin-top: -49px;
    float: left;
    margin-left: 300px;
    width: 700px;
    height: 150px;
    display: block;
}

/*中间部分*/
#main_Login
{
    width: 1000px;
    margin: 0px auto -11px auto;
    height: 611px;
    background-color: #FFFFFF;
}

/*中间左侧的系统描述部分 */
#system_description
{
    background-position: right 0px;
    width: 650px;
    float: left;
    height: 611px;
    background-image: url('../../Images/back_Login/system_description_body.png');
    background-repeat: no-repeat;
}

#main_Login #system_description #system_description_top
{
    border-width: thin;
    height: 80px;
    background-color: rgb(250,250,250);
    border-bottom-style: solid;
    border-bottom-color: #EEEEEE;
    padding-top: 20px;
    line-height: 80px;
}

.description_top_lab
{
    font-family: 宋体, Arial, Helvetica, sans-serif;
    font-size: xx-large;
    font-style: italic;
    font-weight: 300;
    margin-left: 40px;
    margin-right: 3px;
}

.description_top_img
{
    width: 150px;
    height: 43px;
    float: right;
    margin-top: 15px;
    margin-right: 55px;
}
#main_Login #system_description_middle
{
    height: 411px;
}

.description_img
{
    margin: 20px auto 0px auto;
    height: 411px;
    width: 640px;
}
/*中间左侧的系统描述部分---End */

/*中间右侧的登陆部分*/

#system_login
{
    width: 295px;
    float: right;
    height: 611px;
    padding-top: 80px;
    padding-right: 20px;
    padding-left: 35px;
}

#system_login .system_login_Lab
{
    font-size: large;
    margin-bottom: 8px;
}

#system_login .system_login_user
{
    padding: 0px 0px 0px 0px;
    border: thin solid #C0C0C0;
    width: 280px;
    height: 35px;
    margin-bottom: 15px;
}

#system_login .login_User_img
{
    margin-left: 15px;
    margin-top: 5px;
    margin-right: 5px;
}

#system_login .login_User_input
{
    padding: 3px 0px 0px 0px;
    margin: 3px 5px 1px 1px;
    float: right;
    line-height: 25px;
    height: 25px;
    vertical-align: bottom;
}

#system_login .system_login_other
{
    padding: 0px 0px 0px 0px;
    width: 280px;
    height: 35px;
    margin-bottom: 5px;
    line-height: 35px;
    text-align: right;
}

.chk_re_Password
{
    float: left;
}

.login_help
{
    margin-left: 10px;
}

.forget_Password
{
    float: right;
}

.system_login_other a
{
    color: #66ccff;
    text-decoration: underline;
    cursor: pointer;
}

.system_login_other a:hover
{
    font-weight: bold;
    color: #FF3399;
    text-decoration: underline;
    font-style: italic;
}

#system_login .Operation_Type
{
    padding-top: 10px;
}

#main_Login .face_login
{
    width: 100px;
    height: 100px;
    display: block;
    float: right;
    margin-right: 10px;
    margin-bottom: 40px;
    vertical-align: bottom;
    margin-top: 100px;
}

.Operation_selected
{
    color: #FF0000;
    font-weight: bold;
    height:25px;
    line-height: 25px;
}

.Operation_select
{
    color: #000000;
    height: 25px;
    font-weight: normal;
     line-height: 25px;
}
/*中间右侧的登陆部分---End*/




