﻿body
{
    background-color: #a2d5f0;
    margin: 0px;
    padding: 0px;
	text-align: center;
	background: #a2d5f0 url(../Images/LoginImages/bg_login.png) repeat-x;
	BACKGROUND-POSITION: 50% bottom; 
}
.menu, #login
{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
#adminboxall
{
	position: absolute;
	left: 20%;
	bottom: 0;
	text-align:center;
	width:800px;
}
.clearbox
{
    border-top: 1px solid transparent !important;
    margin-top: -1px !important;
    border-top: 0;
    margin-top: 0;
    clear: both;
    visibility: hidden;
}
#adminboxtop
{
	height:200px
}
#adminboxmain
{
    background: url(../Images/LoginImages/login_main.png) no-repeat center top;
    height: 496px;
	width:800px
}
.menu
{
    width: 520px;
    padding-top: 26px;
    text-align: right;
}
.adminboxbottom
{
    background: url(../Images/LoginImages/login_root.png) no-repeat center top;
    height: 104px;
}

/* 整体登录框定义 */
#login
{
    width: 800px;
}
#login ul, #login li
{
    display: inline;
    float: left;
    padding: 0px;
    margin: 0px;
}

/* 用户名等文本定义 */
.text, .textCode, .textCert
{
    filter: glow(color=#3171c4,strength=1);
    color: #fff;
    font-size: 12px;
    text-align: left;
	float:left;
	margin-top:24px
}
.text
{
    width: 365px;
	margin-left:348px;
	
}
.textCert
{
    width: 165px;
	margin-left:560px;

}
.AdminText{float:left;width: 54px; padding-top:5px}
.textCode
{
    width: 215px;
	position:absolute;
	left:348px;
	top:292px
}

/* 输入框背景定义 */
.box1, .box2, .box3, .box4
{
    height: 21px;
    border: 0px;
    padding: 0px;
    margin: 0px;
    line-height: 21px;
	float:left
}
.box1, .box2, .box3, .box4
{
    padding-left: 22px;
}
.box1
{
    width: 286px;
    background: url(../Images/LoginImages/logyh.gif) no-repeat;
}
.box2
{
    width: 286px;
    background: url(../Images/LoginImages/logmm.gif) no-repeat;
}
.box3
{
    width: 85px;
    background: url(../Images/LoginImages/loggl.gif) no-repeat;
}
.box4
{
    width: 130px;
    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: 192px;
    margin: 2px 0px;
}
.boxcontent2
{
    font-family: 宋体;
    width: 50px;
    margin: 2px 10px 0px 0px;
}
