#tooltip {
    position: absolute;
    border: solid 1px #c3c3c3;
    background-color: #DEDEDE;
    padding: 5px;
    color: #333333;
    font-Family: Arial;
    font-size: 11px;
    text-align: justify;
    z-index: 20000;
}
#tooltip h3, #tooltip div { margin: 0; }
#tooltipError{
    position: absolute;
    border: solid 1px #c3c3c3;
    background-color: #DEDEDE;
    padding: 5px;
    color: #333333;
    font-Family: Arial;
    font-size: 11px;
    text-align: justify;
    z-index: 20000
}
.tooltipError{
    position: absolute;
    border: solid 1px #c3c3c3;
    background-color: #DEDEDE;
    padding: 5px;
    color: #333333;
    font-Family: Arial;
    font-size: 11px;
    text-align: justify;
    z-index: 20000
}