.login{
    display: inline-block;
    margin: auto;
    padding: 0;
    text-align: center;
    width: 530px;
    
}

.login .log_logo, .login .log_form
{
    float:left;
}

.login .log_form{
    margin-top: 20px;

}

.log_form .field{
    display: block;
    width: 100%;
    margin-bottom: 15px;
    text-align:right;
}

.log_form .field input{
     border: 1px solid #cdcccc;
}

.log_form .footer input[type="submit"]{
     border: 0px;
     color: #5F5F5F;
     /*height: 23px;*/
    /* background: url('../img/buttonlogin.png') top left repeat-x;*/

     font-size:10px;
}



.log_form .field label {
    width: 35%;
    display: inline-block;
    color: #5F5F5F;
    text-align: right;

}

.log_form .footer{
    margin: 0px 0px 10px 0px;
    text-align: right;
}

.login .forgot{
    border-top: 1px solid #cdcccc;
    text-align: right;
    float: left;
    width:100%;
    padding-top: 5px;
    
}

.login .forgot a {
    color: #5F5F5F;
}


.sponsors {
    width: 634px;
    margin:auto;
    text-align: left;
    margin-top: 20px;
    color: #5F5F5F;
}

.sponsors table.banners td{
    width: 210px;
    height: 116px;
   /* border: 1px solid #cdcccc;*/
}

