

/* form label.error {
    color: #c00;
    font-style: italic;

        margin-left: 10px;
        width: auto;
        display: inline;

} */
label.error {
    /* background:url("https://cdn.hessen-agentur.de/jqueryValidation/images/unchecked.gif") no-repeat 0px 0px; */
    padding-left: 16px;
    padding-bottom: 2px;
    font-weight: bold;
    color: #c00;
}
label.checked {
    /* background: url("https://cdn.hessen-agentur.de/jqueryValidation/images/checked.gif") no-repeat 0px 0px; */
}
form label.info {
    font-size: 100%;
    font-weight: bold;
    font-variant: small-caps;

    margin: 8px 0px 0px 180px;
    padding: 3px 0px 0px 5px;
}
input.error {
    border: 1px solid red!important;
}
select.error {
    border: 1px solid red !important;
}
div.error {
    border: 1px solid red !important;
}
