a.button {
        background-color: white;
        border: 2px black solid;
        color: black;
        font-family: sans-serif;
        font-size: 80%;
        font-weight: bold;
        margin: 0px;
        padding-bottom: 2px;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 2px;
        text-align: center;
        text-decoration: none;
        -moz-border-radius: 6px;
}

a.button:hover {
        background: #e0e0e0;
        color: black;
}

input {
        border: 1px black solid;
}

input.button {
        background-color: white;
        border: 2px black solid;
        color: black;
        font-family: sans-serif;
        font-size: 80%;
        font-weight: bold;
        margin: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        text-decoration: none;
        -moz-border-radius: 6px;
        /* hide rest from IE5 and IE5.5 */
        voice-family: "\"}\"";
        voice-family: inherit;
        padding-top: 2px;
        padding-bottom: 2px;
}

input.button:hover {
        background: #e0e0e0;
}


table.field-value {
        border-style: none;
        margin: 0px;
        padding: 0px;
}

td.field-label {
        font-family: sans-serif;
        font-weight: bold;
        text-align: right;
        vertical-align: middle;
}

td.field*value {
        text-align: left;
        vertical-align: top;
}

tr.colspan {
        border-style: none;
        margin: 0px;
        padding: 0px;
}

tr.field-value {
        border-style: none;
        margin: 0px;
        padding: 0px;
}

table.column tr.column {
}

table.column th.column-label {
        background-color: #fcf4d0;
        padding-left: 5px;
        padding-right: 5px;
        text-align: center;
}

table.column td.column-label {
        padding-left: 5px;
        padding-right: 20px;
        border: 1px black solid;
}

table.column td.column-value {
        padding-left: 5px;
        padding-right: 5px;
        padding-right: 10px;
        border: 1px solid black;
}

