#content {
    width: 522px;
}

#content .tabs {
    width: 522px;
    border-collapse: collapse;
}

#content .tabs .tab {
    padding: 5px 8px 5px 8px;
}

#content .tabs .tab a {
    font-family: sans-serif;
    color: black;
    text-decoration: none;
    font-weight: bold;
    font-size: 10pt;
}

#content .tabs .activetab {
    background-color: #e9e7e7;
    border-top: 1px solid #e54800;
    border-left: 1px solid #e54800;
    border-right: 1px solid #e54800;
}

#content .tabs .inactivetab {
    background-color: #b0aeab;
    border: 1px solid #e54800;
}

#content .tabs .empty-tabs {
    padding-right: 5px;
}

#content .tabs .empty-tabs div {
    border-bottom: 1px solid #e54800;
}

#content .content {
    padding: 12px;
    font-family: sans-serif;
    font-size: 10pt;
    background-image: url(content-bg.jpg);
    background-position: left bottom;
    background-repeat: no-repeat;
}

#content h1 {
    font-family: sans-serif;
}

.errors {
    padding: 6px;
    font-size: 9pt;
    font-weight: bold;
    color: white;
    background-color: #800000;
}

form table.form label {
    padding-right: 10px;
    text-align: right;
    display: block;
}

.faq .question {
    font-weight: bold;
    font-size: 12pt;
    margin-bottom: 0.5em;
}

.faq .answer {
    font-size: 10pt;
}
