﻿body
{
    background-attachment: scroll;
    background-color: #017cb6;
    background-image: url(../Images/login_bg.jpg);
    background-repeat: repeat-x;
    background-position: top;
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-family: "宋体";
    font-size: 12px;
}
#contents
{
    height: 530px;
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
}
#biaodan
{
    background-image: url(../Images/login11.jpg);
    background-repeat: repeat-x;
    float: left;
    height: 159px;
    width: 220px;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-align: left;
    margin: 0px;
}
#biaodan table td
{
    font-family: "宋体";
    font-size: 12px;
}
.inputw
{
    height: 22px;
    width: 160px;
    border: 1px solid #8ac8e2;
}
.inputw2
{
    height: 22px;
    width: 76px;
    border: 1px solid #8ac8e2;
}
.f_l
{
    float: left;
}
.f_r
{
    float: right;
}
.c_l
{
    clear: left;
}
.c_r
{
    clear: right;
}
.clear
{
    clear: both;
}
