.status{
  background:transparent url(../images/validation-status.png) no-repeat 24px 72px; /*Buy default set it out of the viewport.*/
}

.invalidText{
    color:#FF2D2D;
}

.invalid {
     background-color: #ffA0A0;
}

.ie {
    padding-left: 5px;
    padding-top: 5px;
}

.error-popup tr td .status{
    font-size:1px;
    background-position: 0 0;
    width:24px;
    height:24px;
}

.error-popup tr.ok td .status{
    background-position:0 -24px;
}

.error-popup tr.warn td .status{
    background-position:0 -48px;
}

.error-popup tr .msg{
    color: white;
    padding-left: 5px;
}
