﻿.login
{
    background-image: url(loginbg.jpg);
    background-repeat: no-repeat;
    height: 297px;
    width: 465px;
    overflow: hidden;
    text-align: left;
    margin-right: auto;
    margin-left: auto;
}
body
{
    background-color: #F5F6F8;
    text-align: center;
    margin-top: 100px;
}
a
{
    text-decoration: none;
    color: #343434;
}
a:hover
{
    color: #005393;
}
.selfbox
{
    padding-top: 80px;
    padding-left: 100px;
}
.selfbox td
{
    padding-top: 5px;
    padding-bottom: 2px;
    font-size: 14px;
    font-weight: bold;
    color: #666666;
}
.inp0
{
    border: 1px solid #CCCCCC;
    height: 18px;
    font-size: 16px;
    padding: 3px;
    width: 60px;
}
.inp1
{
    border: 1px solid #CCCCCC;
    height: 18px;
    font-size: 16px;
    padding: 3px;
    width: 200px;
}
.rem
{
    font-size: 12px;
    font-weight: normal;
    color: #FF0000;
}
.but1
{
    background-image: url(loginbut.jpg);
    background-repeat: no-repeat;
    height: 26px;
    width: 60px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}
.but2
{
    background-color: #f9f9f9;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}
.footer
{
    font-size: 12px;
    line-height: 22px;
    color: #666666;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #999999;
    width: 600px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
}
.footer a
{
    color: #333333;
    text-decoration: none;
}
