label
{
    display: inline-block;
    width: 10em;
}
.updnValidatorCallout
{
    color: #900;
    padding: 2px 5px 2px 5px;
    margin: -2px 0 0 5px;
    position: relative;
    border:1px solid #A90000;
    background:#fcc
}
.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 #fcc;
    border-left: 0;*/
    background:#url(images/rightarrow.gif) no-repeat 0% 0%
}
.updnValidationErrorInput
{
    background: #f6fa7e;
    border:1px solid #ff0000
}
.updnValidationErrorLabel
{
    color: #ff0000;
}
