/* 
    Document   : css_login
    Created on : 22/09/2010, 05:32:36 PM
    Author     : oscar
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.login {
    display: block;
    background-color: #006699;
    color: #000000;
    font-weight: bold;
}

