labeld
{
    display: none;
    width: 10em;
    
}
.updnValidatorCalloutd
{
    background-color: #fcc;
    color: #900;
    padding: 8px;
    margin: 0 0 0 10px;
    position: relative;
    display: none;
}
.updnValidatorCalloutPointerd
{
    position: absolute;
    left: 3;
    top: 7px;
    margin: 0 0 0 -13px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 10px solid #fcc;
    border-left: 0;
    display: none;
}
.updnValidationErrorInput
{
    background-color: #fcc;
}
.updnValidationErrorLabeld
{
    color: #900;
    display: none;
}
