#contents {
    font-family: sans-serif;
}

#contents p {
    line-height: 150%;
    font-size: small;
}

#message {
    font-weight: bold;
    color: red;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

table {
    border-width: 2px;
    border-style: solid;
}

table td {
    font-size: x-small;
    padding-left: 0.5em;
}

table thead td {
    font-weight: bold;
    color: white;
    background-color: #D96C00;
}

table td.item {
    background-color: #FFAC59;
    font-weight: bold;
}

table td.fieldOdd {
    background-color: #FFD5AA;
    padding-top: 4px;
    padding-bottom: 4px;
}

table td.fieldEven {
    background-color: #FFE1C4;
    padding-top: 4px;
    padding-bottom: 4px;
}

input.name {
    width: 10em;
}

input.email {
    width: 10em;
}

input.subject {
    width: 20em;
}

textarea.body {
    width: 30em;
    height: 8em;
}

#url {
    color: white;
    font-size: 5px;
    visibility: hidden
}
