/* default styles for extension "tx_wdreferences" */
    textarea.f3-form-error {
        background-color:#FF9F9F;
        border: 1px #FF0000 solid;
    }

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

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

    .tx-wd-references table th {
        font-weight:bold;
    }

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

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

    .typo3-messages .message-ok {
        color:green;
    }
/* default styles for extension "tx_wdcontacts" */
    textarea.f3-form-error {
        background-color:#FF9F9F;
        border: 1px #FF0000 solid;
    }

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

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

    .tx-wd-contacts table th {
        font-weight:bold;
    }

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

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

    .typo3-messages .message-ok {
        color:green;
    }
/* default styles for extension "tx_wdlocations" */
    textarea.f3-form-error {
        background-color:#FF9F9F;
        border: 1px #FF0000 solid;
    }

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

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

    .tx-wd-locations table th {
        font-weight:bold;
    }

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

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

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