body
{
    background:#eee url("images/bodybg.gif") repeat-x;
    font-family: "Microsoft YaHei" !important;
}
       
label
{
    display:inline-block;
    width:80px;
}
        
#divContent
{
    box-shadow:0px 0px 50px #888;
    width:550px;
    height:305px;
    margin:135px auto auto auto;
    border-radius:6px;
    background: #fff url("images/topbg.gif") 0px -90px no-repeat;
    border:1px solid #bbb;
}
#divLogin
{
    text-align:center;
    height:200px;
    width:270px;
    margin:20px auto;
}
#divLogin input[type=text],#divLogin input[type=password]
{
    padding:0 0 0 3px;
    height:30px;
    width:180px;
    line-height: 30px;
    border-radius:12px;
    border: 1px solid #ccc;
}
#divLogin input[type=text]:focus,#divLogin input[type=password]:focus
{
    border: 1px solid #51defc;
    box-shadow: 0px 0px 10px #51defc;
}
#divLogin input[type=submit],#divLogin input[type=reset],#divLogin input[type=button]
{
    background-color: rgb(100, 175, 25);
    font-size:14px;
    font-weight:normal;
    width:120px;
    height:30px;
    border-radius:14px;
    border: 0;
    color:white;
    text-shadow: 0px 0px 2px #666;
}
#divLogin input[type=submit]:focus,#divLogin input[type=reset]:focus,#divLogin input[type=button]:focus
{
    border:1px solid #53af09;
    box-shadow: 0px 0px 5px #53af09;
}
#divLogin input[type=reset]
{
    background-color: #8ed000;
}
#divLogin input[type=submit]:hover,#divLogin input[type=button]:hover
{
    background-color: rgb(78,156,0);
    cursor:pointer;
}
#divLogin input[type=reset]:hover
{
    background-color: #7db700;
    cursor:pointer;
}
#divContent h3
{
    margin: 0;
    height: 100px;
    line-height:100px;
    text-align:center;
    font-size:32px;
    color:White;
    -webkit-box-reflect: below -66px -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(.43, transparent), to(white));
    background: -webkit-linear-gradient(top, rgba(174,188,191,1) 0%,rgba(110,119,116,1) 50%,rgba(10,14,10,1) 51%,rgba(10,8,9,1) 100%);
    -webkit-background-clip: text;
    /*-webkit-text-fill-color: transparent;*/
}
.validation-summary-errors
{
    list-style-type:none;
    color: #e80c4d;
    font-weight: bold;
}
.validation-summary-errors li
{
    list-style-type:none;
}