body {
    background: #CCCCCC;
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 12px;
    cursor: default;
    color: #777;
    line-height: 20px;

}

#content {
    margin: 20px;
    border: black 1px solid;
    background: white;
}

.buttons {
    padding-top: 1em;
    text-align: center;
}

.title {
    color: #52799D;
    font-size: larger;
    text-align: left;
    font-weight: bold;
}

.formLabel {
    padding-top: 5px;
    padding-right: 5px;
}

.menu {
    border-right: black 1px solid;
    padding: 10px;
    vertical-align: top;
    width: 20%;
}

.body {
    vertical-align: top;
}

.options {
    font-size: smaller;
}