/* 
    Document   : jquery.validate
    Created on : 11-may-2012, 12:27:09
    Author     : Depto Sistemas
    Description:
        Purpose of the stylesheet follows.
*/
.error {border-color: red; 
    background-color: #ffffcc;
}

label.error {
    background-color: red;
    color: white;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: absolute;
    display: block;
    z-index: 500;
    border-color: #000;
    border-width: 1px;
    border-style: solid;
}