body#loginBody {
   text-align: center;
   margin: 100px;
}
h1#logo {
    float: none;
    border: none;
    width: 300px;
    height: 60px;
    background: url(../images/logo.jpg) center center no-repeat;
    margin: 0 auto;
}
h1#logo a, h1#logo a:link, h1#logo a:visited, h1#logo a:hover {
    display: block;
    width: 300px;
    height: 80px;
    text-indent: -999em;
    text-decoration: none;
    background: none;
}

input:focus, textarea:focus  { color: #0073bb; background: #e7f1ff; -moz-outline-style: none }

input[type="hidden"] { border: 0; }

.submit {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin-left: 5px;
    border: 1px solid;
    background-color: #4DADD5;
    border-color: #666;
    color: #FFF;
}

input[type="submit"]:focus  { color: #e7f1ff; background: #0073bb; border-style: solid; border-width: 1px; border-color: #e50 #fba #fba #e50 }

h1 { font-size: 0.9em; color: #4DADD5; margin: 0; text-align: center;}


div#loginBox  { background: url("../images/bg-login-box.gif") repeat-x 50% bottom; text-align: center; margin: 0 auto; padding: 10px 20px 5px; width: 300px; height: 160px }
div#copyRights {
   font-size: 0.7em;
   text-align: center;
    color:#666;
}

#copyRights a, #copyRights a:link, #copyRights a:visited, #copyRights a:hover {

    text-decoration: none;
    background: none;
    color:#666;
}


input { 
   width: 175px;
    margin-left: 5px
}
input[type="submit"] { width: auto }


table,form { margin-top:2px; padding: 0; }
