/* this file is in the public domain */

body { text-align: center; background-image:url(http://hilfswicht.de/bk.jpg); background-attachment:fixed;}

h2 { text-align: center; color: #000000; }

.mailchute_form table {
        color: black;
        background-color: #9F9F9F;
        font: normal normal 400 10pt sans-serif;
        border: 1px solid black;
}

/* table-cells */

.mailchute_status, .mailchute_action {
        color: white;
        background-color: #E00060;
        padding: 0.25em;
}

.mailchute_status {
        font-weight: bolder;
        text-align: center;
}

.mailchute_action { text-align: right; }

.mailchute_label {
        text-align: left;
        width: 8em;
}

.mailchute_field {
        text-align: left;
        width: 42em;
}

.mailchute_body { text-align: left; }

/* elements inside table-cells */

.mailchute_action a { color: white; }

.mailchute_form label {
        font: inherit;
        text-align: left;
}

.mailchute_form button {
        color: black;
        background-color: rgb(200, 200, 200);
}

.mailchute_entry, .mailchute_form select, .mailchute_form input,
        .mailchute_form textarea
{
        color: black;
        background-color: white;
        font: inherit;
        text-align: left;
        margin: 0px;
        width: 100%;
}
.mailchute_entry {
        padding: 0px;
        border-style: none;
}