/* 
    Document   : cssFormLoginAdm
    Created on : 19/01/2009, 02:38:09 PM
    Author     : pako
    Description:
        Purpose of the stylesheet follows.
*/

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

.textLogin{
color:#FFFFFF;
font-size:14px;
font-weight:bold;
}
input.textLogin {
background-color:#000000;
border:none;
}
