/* 
    Document   : login
    Created on : 24/Mai/2009, 16:13:16
    Author     : Pedro Martins
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.login th {
    background-color    : #ffffff;
    padding             : 15px 15px 15px 15px;
    text-align          : left;
    border              : 1px solid #e4e4e4;
}

.login table {
    font-size           : 10px;
    font-weight         : bold;
    color               : #aaaaaa;
}

.login_textfield, .login_textfield:focus {
    width               : 250px;
    height              : 35px;
    font-size           : 23px;
    color               : #888888;
}

