form .statusimage {
    padding: 0px 6px;
}

form .checkedimage {
    background: url(../images/common/ok_16.png) no-repeat 0px 2px
}

form .uncheckedimage {
    background: url(../images/common/error_16.png) no-repeat 0px 2px
}

form .loadingimage {
    background: url(../images/common/loading.gif) no-repeat 0px 0px
}

form .informimage {
    background: url(../images/common/inform.png) no-repeat 2px 2px
    
}

form label.error {
    color: #990000;
/*     padding-left:20px; */
}