label
{
    display: inline-block;
    width: 10em;
}
.updnValidatorCallout
{
    background-color: #FFFF99;
    color: #900;
    padding: 5px;
    margin: -5px 0 0 10px;
    position: relative;
    border-top: 2px solid #FCB569;
    border-bottom: 2px solid #FCB569;
    border-right: 2px solid #FCB569;
    border-left: 2px solid #FCB569;
    
}
.updnValidatorCalloutPointer
{
    position: absolute;
    left: 0;
    top: 7px;
    margin: 0 0 0 -10px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 10px solid #FCB569;
    border-left: 0;
}
.updnValidationErrorInput
{
    background-color: #FFFF99;
}
.updnValidationErrorLabel
{
    color: #900;
}
