textarea.f3-form-error {
    background-color:#FF9F9F;
    border: 1px #FF0000 solid;
}

input.f3-form-error {
    background-color:#FF9F9F;
    border: 1px #FF0000 solid;
}

.tx-script-listserv-subscription table {
    border-collapse:separate;
    border-spacing:10px;
}

.tx-script-listserv-subscription table th {
    font-weight:bold;
}

.tx-script-listserv-subscription table td {
    vertical-align:top;
}

.typo3-messages .message-error {
    color:red;
}

.typo3-messages .message-ok {
    color:green;
}