/* CSS Document */


body,td,th {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
}

body {
    background: #44a9c6 url(../images/nav/bk_login.png) 0 0 repeat-x;
    margin: 0;
    padding: 0;
    border: 0;
}

a {
    outline: none;
}

#wrapper {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    padding: 0;
    border: 0;
    width: 518px;
}

#loginbox {
    clear: left;
    min-width: 518;
    height: 358px;
    background: url(../images/nav/loginbox.png) 0 0 no-repeat;
}

#logo {
    float: left;
    width: 195px;
    height: 58px;
    display: block;
    padding: 30px 0 0 45px;    
}

#sectitle {
    float: left;
    font-size: 16px;
    padding: 46px 10px 0 10px;
    color: #58585a;
    letter-spacing: -1px;
}

#login {
    clear: left;
    width: 518px;
    padding: 15px 0 20px 0;
}

#login input.textfield {
    width: 160px;
    border: 1px solid #5ec2e1;
    background: #def2f8;
    margin: 2px 6px 2px 0;
    padding: 5px;
    color: #58585a;
}
.recover {
    background-color: #CCC;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius:6px;
    color: #fff;
    font-family: 'Oswald';
    font-size: 20px;
    text-decoration: none;
    cursor: pointer;
    border:none;
}



.recover:hover {
    border: none;
    background:red;
    box-shadow: 0px 0px 1px #777;
}


.textbox { 
    border: 1px solid #848484; 
    -webkit-border-radius: 30px; 
    -moz-border-radius: 30px; 
    border-radius: 30px; 
    outline:0; 
    height:22px; 
    width: 160px; 
    padding-left:10px; 
    padding-right:10px; 
} 

.user-style {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #000000;
    font-size: 18;
    padding: 5;
}

#footer {
    position:absolute;
    left: 0;
    bottom: 0;
    width:100%;
    /*margin-top: -30px;*/
    height: 30px;
    clear:both;
    background: url(../images/nav/bk_footer.png) 0 0 repeat-x;
}

#pbitrac {
    float: right;
    width: 143px;
    padding: 8px 10px 0 20px;
    vertical-align: middle;
}

#copyright {
    float: left;
    padding: 0 10px 0 10px;
    color: #aaa;
    font-size: 9px;
    line-height: 30px;
    font-weight: bold;
}



