body {
background-color: #B5CDE7;
font-family: "宋体";
color: #174D7D;
font-size: 12px;
font-weight: bold;
padding: 0px;
margin: 0px;
width: 100%;
height: 100%;
}
table {
border: 1;
background-color: #F2F2F2;
border-collapse: collapse;
width: 100%;
height: 100%;
}
td {
BORDER-BOTTOM: #CDCDCD 1px solid;
BORDER-LEFT: #CDCDCD 1px solid;
BORDER-TOP: #CDCDCD 1px solid;
BORDER-RIGHT: #CDCDCD 1px solid
}
.loginCenter {
z-index: 1;
position: absolute;
left: 0px;
top: 20%;
width: 100%;
height: 60%;
}
.loginBackImg {
z-index: 2;
position: absolute;
left: 0px;
width: 100%;
height: 100%;
}
.logintable {
background-color: #166DA3;
z-index: 3;
position: absolute;
left: 50%;
top: 15%;
width: 35%;
height: 65%;
}