.tx-wcfconsent th, .tx-wcfconsent td { text-align: left; font-weight: normal; border: 1px solid #eeeeee; padding: 5px; }
.tx-wcfconsent label { font-weight: normal; }
.tx-wcfconsent td.actionlink { font-weight: bold; font-size: 200%; }

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

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

    .tx-wcfconsent table {
        border-collapse:separate;
        border-spacing:10px;
    }

    .tx-wcfconsent table th {
        font-weight:normal;
    }

    .tx-wcfconsent table td {
        vertical-align:top;
    }

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

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

