﻿/*
* 这页主要是登录页Login的内容
*/
#TopBarBg
{
    height: 80px;
    width: 100%;
    background: url(../images/Login/TopBarBg.jpg) repeat-x top left;
}
#LoginContainer
{
    width: 800px;
    height: 280px;
    margin: 0 auto;
    padding-top: 20px;
}
#LogoContainer
{
    width: 900px;
    height: 70px;
    margin: 0 auto;
}
#Login_Logo
{
    margin-left: 10px;
    float: left;
    /*background: url(../images/Common/logo.jpg) no-repeat;*/
    width: 258px;
    height: 76px;
}
#Customer_Logo
{
    float: right;
    margin-right: 30px;
}
#Notes
{
    float: left;
    /* background: url(../images/Login/notes.png) no-repeat; */
    width: 370px;
    height: 238px;
}
#Notes_En
{
    float: left;
    background: url(../images/Login/notes.png) no-repeat;
    width: 370px;
    height: 238px;
}
#Separator
{
    height: 280px;
    float: left;
    background: url(../images/Login/Separator.jpg) no-repeat;
    width: 25px;
}
#LoginBg
{
    float: left;
    background: url(../images/Login/LoginFormBg.jpg) no-repeat;
    width: 400px;
    height: 212px;
}
#LoginForm
{
    margin-top: 20px;
    margin-left: 10px;
}
#AdminText
{
    color: Gray;
    margin-left: 10px;
    margin-top: 60px;
}
#AdminText ul
{
    padding-left: 40px;
}

#NewsBg
{
    background: url(../images/Login/NewsBg.jpg) no-repeat;
    width: 794px;
    height: 35px;
    margin-left: 100px;
    margin-top: 0px;
    text-align: left;
}
#NewsBg span
{
    height: 35px;
    text-indent: 20px;
    font-size: 120%;
    line-height: 32px;
    vertical-align: middle;
    color: White;
    float: left;
}
#NewsBg ul
{
    color: Gray;
    float: left;
    margin-left: 40px;
}
#NewsBg ul li
{
    list-style-type: none;
    float: left;
    height: 35px;
    text-indent: 20px;
    line-height: 35px;
    vertical-align: middle;
    background: url(../images/Login/GrayArrow.jpg) no-repeat 5px;
    margin-right: 20px;
}
/*横条*/
.H_Bar
{
    background: url(../images/Login/H_Bar.png) no-repeat;
    height: 25px;
    width: 900px;
    margin: 0 auto;
}
/*footer*/
#footer
{
    /*background: url("../images/Login/bg_footer.gif") repeat-x center bottom #ffffff;*/
    height: 100px;
    text-align: center;
    margin-top:0px;
}
.footerNav
{
    width: 960px;
    margin: 0 auto;
    padding: 5px;
}
.copyright
{
}
/*end footer*/

