html, body, th, td, dl, dt, dd, ul, ol, li, form, textarea, input, select {
    margin: 0;
    padding: 0;
    font: 12px Arial, Helvetica, sans-serif;
}

html, body {
    height: 100%;
}

img, body, html {
    border: 0;
    text-align: center;
    margin: 0 auto;
}

img, input, select, button {
    vertical-align: middle;
}

a {
    color: #336;
    outline: none;
    text-decoration: none;
}

a:hover {
    color: #f00;
    text-decoration: underline;
}

ol, ul, dl {
    list-style: none;
}

.clearFix {
    overflow: hidden;
    zoom: 1;
}

input{
    font-size:14px;
    padding:1px 3px;
}
tbody {
    text-align: center;
}
#loginDiv{
    background: url(../images/loginbg.jpg) no-repeat;
    width: 1204px;
    height: 809px;
    margin: 0 auto;
}
#logoDiv{
    height: 150px;
}
#loginLogo{
    background: url(../images/loginlo.png) no-repeat;
    width:488px ;
    height:48px;
    margin: 0 auto;
}
.submit{
    background: url(../images/login.png) no-repeat;
    width: 98px;
    height: 42px;
    border: none;
    margin-top: 2px;
}
.onsubmit
{
    background: url(../images/login.png) no-repeat;
    width: 98px;
    height: 42px;
    border: none;
    cursor:pointer;
    
}