﻿
/******************************************************
*******************************************************
****                                               ****
****        CSS Para: Validador                    ****
****                                               ****
*******************************************************
******************************************************/

div.error {
    background-color: Transparent;
    background-image: url(../images/default/balao.gif);
    background-repeat: no-repeat;
    position: absolute;
    top: 1px;
    height: 50px;
    width: 150px;
    z-index: 1500;
    margin-top: -56px;
    margin-left: -5px;
    padding: 5px;
    padding-top: 9px;
}

    div.error:hover {
        height: 50px;
        width: 150px;
    }

img.popup {
    position: absolute;
    background-color: #f6f6f6;
    border: solid 1px #f6f6f6;
    display: none;
    width: 13px;
    height: 13px;
    background-color: Transparent;
}

label.error {
    text-align: justify;
    color: Red;
    font-size: 10px;
    width: 50px;
    text-align: center;
    vertical-align: text-bottom;
}


* html div.error {
    background-image: url(../images/default/balao.gif);
    background-repeat: no-repeat;
}
