body {
    background-color: #FFF2B5;
    color: #786347;
    font-family: 'Trebuchet MS';
}

a {
    color: #331100;
}

#layout {
    text-align: center;
    padding: 15px 0 1px 0;
    background-image: url("images/background-grad-top.jpg");
    background-repeat: repeat-x;
    background-color: #FFF;
    position: relative;
}

.quickresForm td {
    padding-right: 0.5em;
}


.quickresForm {
    text-align: left;
    font-size: 9px;
}

.quickresForm input {
    font-size: 10px;
}

.quickresForm input.goButton {
    width: 90px;
    height: 18px;
    border: 0;
    background-image: url(../../images/button-find-a-table.gif);
    background-repeat: no-repeat;
    background-position: top left;
    cursor: pointer;
}


.quickresForm select {
    font-size: 10px;
}

.quickresForm .label {
    text-transform: uppercase;
}

#footer {
    height: 220px;
    padding-top: 0px;
    text-align: center;
    background-image: url("images/background-grad-bottom.jpg");
    background-repeat: repeat-x;
    font-size: 9px;
    color: #AD7C31;
}