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