input {
    border: 1px solid #3f573d;
    background-color: #B6A575;
}

input.cb {
    width: 10px;
    height: 10px;
}

textarea {
    border: 1px solid #3f573d;
    background-color: #B6A575;
}

input.a {
    font-size: 80%;
}

button {
    font-size: 80%;
    background-color: #B6A575;
    border: 2px outset #3f573d;
}

font.note {
    font-size: 80%;
    font-style: italic;
    color: #292929;
}

