<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">input.required
{padding-right:25px;
    
    }


.resultIcon
{
    width:25px;
    height:23px;
    margin-left: -26px;
  
    float:left;
    
    }
.resultIcon.error
{
    background-image: url('../IMAGES/Structural/FormValidation/textbox_error.gif');
    background-repeat: no-repeat;
}
.resultIcon.valid
{
    background-image: url('../IMAGES/Structural/FormValidation/textbox_valid.gif');
    background-repeat: no-repeat;
}


select.error,
.ProductPage select.error,
.ModalPopup .NotificationContainer .info .dataSection input.error,
.ProductPage a.error{ border: 1px solid #be0000;}


div.errorMessage
{
    background-position: 10px 15px;
    padding-left: 38px;
    padding-top: 20px;
    background-image: url('/Images/Structural/FormValidation/general_error.png');
    background-repeat: no-repeat;
    background-color:#FFF2F2;
    border:solid 1px #BE0000;
    color:#000;
}

div.validationError
{
    color: #be0000;
}
</pre></body></html>