/* 
    Document   : validate
    Created on : 20-ene-2010, 12:25:44
    Author     : Administrador
    Description:
        Purpose of the stylesheet follows.
*/

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

root { 
    display: block;
}

p.cont {
    float: left;
}
.required {
    float: left;
}
    .required, label {
        float: left;
        font-family: Arial, Helvetica, sans-serif;
        font-size: small;
    }
    br {
        clear: both;
    }
    /*input { border: 1px solid black; margin-bottom: .5em;  }*/
    input.error {
        border: 1px solid red;
    }
    textarea.error { 
        border: 1px solid red;
    }
    label.error {
            background: url('../images/unchecked.gif') no-repeat;
            padding-left: 16px;
            margin-left: .3em;
    }
    label.valid {
            background: url('../images/checked.gif') no-repeat;
            display: block;
            width: 16px;
            height: 16px;
    }

