﻿#loginbody
{
    background-color: #fff;
    margin: 0px;
    padding: 0px;
}
.menu, #login
{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
#adminboxall
{
    margin-top: 100px;
    text-align: center;
    background: #fff url(../Images/LoginImages/logbj.gif) repeat-x;
}
.clearbox
{
    border-top: 1px solid transparent !important;
    margin-top: -1px !important;
    border-top: 0;
    margin-top: 0;
    clear: both;
    visibility: hidden;
}
.adminboxtop
{
    background: url(../Images/LoginImages/admin_top.gif) no-repeat center top;
    height: 167px;
}
#adminboxmain
{
    background: url(../Images/LoginImages/admin_main.gif) no-repeat center top;
    height: 39px;
}
.menu
{
    width: 460px;
    padding-top: 6px;
    text-align: right;
}
.adminboxbottom
{
    background: url(../Images/LoginImages/admin_bottom.gif) no-repeat center top;
    height: 87px;
}

/* 整体登录框定义 */
#login
{
    width: 550px;
}
#login ul, #login li
{
    display: inline;
    float: left;
    padding: 0px;
    margin: 0px;
}

/* 用户名等文本定义 */
.text, .textCode
{
    filter: glow(color=#3171c4,strength=1);
    color: #fff;
    font-size: 12px;
    text-align: left;
}
.text
{
    width: 115px;
}
.textCode
{
    width: 200px;
}

/* 输入框背景定义 */
.box1, .box2, .box3, .box4
{
    height: 21px;
    border: 0px;
    padding: 0px;
    margin: 0px;
    line-height: 21px;
}
.box1, .box2, .box3, .box4
{
    padding-left: 22px;
}
.box1
{
    width: 85px;
    background: url(../Images/LoginImages/logyh.gif) no-repeat;
}
.box2
{
    width: 85px;
    background: url(../Images/LoginImages/logmm.gif) no-repeat;
}
.box3
{
    width: 85px;
    background: url(../Images/LoginImages/loggl.gif) no-repeat;
}
.box4
{
    width: 180px;
    background: url(../Images/LoginImages/logyz.gif) no-repeat;
}
.box4 img
{
    margin-left: 0px;
}

/* 内容输入框内容定义 */
.boxcontent, .boxcontent2
{
    font-family: Arial, 宋体;
    height: 21px;
    border: 0px;
    padding: 0px;
    background: none;
    line-height: 21px;
    float: left;
}
.boxcontent
{
    width: 72px;
    margin: 2px 0px;
}
.boxcontent2
{
    font-family: 宋体;
    width: 50px;
    margin: 2px 10px 0px 0px;
}
