
.err
{
    display:none;
    color:#FF0000;
    padding-left:10px;
}

.errRed
{
    display:none;
    margin-left:5px;
    width:19px;
    height:16px;
    background-image:url('/bilder/icon-form-red.png');
    background-repeat:no-repeat;
}

.okGreen
{
    display:none;
    margin-left:5px;
    width:19px;
    height:16px;
    background-image:url('/bilder/icon-form-green.png');
    background-repeat:no-repeat;
}
