.usermsgs {
    margin: 1em 0;
}

.usermsgs span.error {
    color: #F33;
    background-color: transparent;
    background-image: url(../img/kob.gif);
    background-repeat: no-repeat;
    background-position: left;
    font-size: 13px;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 20px;
}

.usermsgs span.ok {
    color: #393;
    background-color: transparent;
    background-image: url(../img/ok.gif);
    background-repeat: no-repeat;
    background-position: left;
    font-size: 13px;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 20px;
}

.red {
    display: inline;
    color: red;
}
