
body
{
    background-color: #11488B;margin:0px auto;
}

#form1
{
    background: url(../img/loginBack_blue.gif) no-repeat top center;
    height:200px;
    margin-top:100px;
    padding-left:100px;
    padding-top:220px;
}



.login_label
{
    font-size: 14px;
    font-weight:bold;
    margin: 0;
    padding: 9px;
    list-style: none;
}
/*自己新加*/

.login_input
{
    height: 20px;
    line-height: 20px;
    background-color: #FFFAE6;
    border: 1px #CAC2A1 solid;
    width: 100px;
}
.login_form p
{
    padding: 9px 0 9px 0;
    font-size: 13px;
}
.login_form input
{
    margin-left: 10px;
}

/*
.login_button a{ display:block; width:108px; height:29px; line-height:29px; background:url(../img/login_05.gif); text-align:center; font-size:14px; font-weight:bold; color:#fff; text-decoration:none; margin-left:48px; cursor:pointer}
.login_button a:hover{ color:#FFFF00}*/

.login_button
{
    margin: 9px 0;
    border: 0px;
    display: block;
    width: 108px;
    height: 29px;
    line-height: 29px;
    background: url(../img/login_06.gif);
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    color: White;
}
/*自己新加*/

.login_failure
{
    font-size: 14px;
    text-align: right;
    padding: 6px;
    list-style: none;
}
/*自己新加*/
.nodis{display:none;}   
.stardis{text-align:center;  margin:0 auto; }  