/* 
    Document   : authform
    Created on : 2009-01-17, 13:21:35
    Author     : lukasz
    Description:
        Formularz logowania
*/
.authform {clear: both; text-align: left; margin: 0px;background-color:#004b75;padding:15px 15px 15px 10px;color:#ffffff;margin-bottom: 10px;}
.authform table {width: 100%}
.authform td {padding: 5px;}
.authform input {width: 100%; font-size: 11px; line-height: 11px; padding: 3px 1px; border: 1px solid #05447a;background-color: #ffde47}
.authform td.submit {text-align: right;}
.authform input.submit {cursor: pointer; font-size: 11px; line-height: 13px; width: 70px;}

