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

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

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

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

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

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

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

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

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

        .tx-uma-search table th {
            font-weight:bold;
        }

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

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

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