/* 
    Document   : cssFormularios
    Created on : 17/08/2011, 01:59:17 PM
    Author     : hugo
    Description:
        Purpose of the stylesheet follows.
*/

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

root { 
    display: block;
}
.textboxLogin { font-family:Verdana; font-size:10pt; color: #535353; background-color: #ffffff; height: 20pt; }
input, select, textarea { font-family:Verdana; font-size:10pt; color: #535353; background-color: #ffffff; }
