/* 
    Document   : classes
    Created on : 16.11.2009, 16:08:42
    Author     : Administrator
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/*.errorHide{
    display:none;
    color: rgb(255, 102, 0);
}*/

.errorMsg{
    font-size: 11px;
    color: rgb(255, 102, 0);
    display:none;
}

