/* 
    Document   : login
    Created on : 2010-5-29, 15:25:14
    Author     : hgs1906
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#login
{
    font-size: 18px ;
    color: blue ;
}

.login
{
    font-size: 18px ;
    color: blue ;
}

login
{
    font-size: 18px ;
    color: blue ;
}

.gwt-textarea-test
{
    font-size: 16px ;
    color: blue ;
}