﻿* { margin:0px; padding:0px; }
body,html
{
    background: none repeat scroll 0 0 #08356b;
}
.loginBox
{
    width:620px;
    height:261px;
    overflow:hidden;
    margin:0px auto;
    background:url('../images/LoginInfoBg.png') no-repeat center center;
}
.loginBox div.loginBox_head
{
    width:588px;
    height:44px;
    line-height:44px;
    margin:22px auto 0px;
}
.loginBox div.loginBox_head h3 { font-size:22px; font-weight:600; color:#08356b; }
.loginBox div.loginBox_info
{
    width:588px;
    height:110px;
    margin:10px auto 0px;
}
.loginBox div.loginBox_info table    { width:100%; }
.loginBox div.loginBox_info table td { height:33px; }
.loginBox div.loginBox_foot
{
    width:400px;
    height:40px;
    line-height:40px;
    margin:10px auto 0px;
}
.loginBox div.loginBox_foot ul li { height:80px; line-height:80px; text-align:center; font-size:12px; font-weight:normal; color:#1b1b1b; list-style-type:none; }


.textLogin       { width:180px; height:24px; line-height:24px; border:1px #2960a1 solid; border-radius: 3px; padding-left:4px;  }
.toolLogin       { width:56px;  height:23px; line-height:23px; background:url('../images/LoginBtn.png') no-repeat center; border:0px; cursor:pointer; text-align:center; color:#ffffff; }
.seltLogin       { width:184px; border:1px #2960a1 solid; border-radius: 3px; padding:4px 0px 4px 4px; }
.toolLogin:hover { color:#ff0000; }
span.error { font-size:12px; font-weight:normal; color:#ff6666; }
.test-error{ border-color:#FF7777; }
