body {
    background-color: #fff;
    margin: 0px;
    padding: 0px;
}

.panelTop {
    width: 332px;
    height: 38px;
    background: transparent url(images/PanelTop.gif) no-repeat;
}

.panelBottom {
    width: 332px;
    height: 38px;
    background: transparent url(images/PanelBottom.gif) no-repeat;
}

.panelContent {
    width: 332px;
    background: transparent url(images/PanelContent.gif) repeat-y;
}

.comboPanel {
    width: 332px;
    height: 54px;
    background: transparent url(images/ComboBg.gif) no-repeat;
    padding-left: 70px;
}

    .comboPanel select {
        width: 200px;
        margin-left: 68px;
        margin-top: 16px;
    }

.infoPanel {
    width: 332px;
    height: 54px;
    background: transparent url(images/PanelInfo.gif) no-repeat;
    font: normal 12px Arial, Verdana;
    color: #393936;
    cursor: default;
}

    .infoPanel div {
        text-align: center;
        width: 332px;
        padding-top: 20px;
    }

.panelSeparator {
    height: 2px;
    background: transparent url(images/Separator.gif) no-repeat;
    width: 332px;
    font-size: 0px;
}

.setCustomFocus {
    width: 332px;
    text-align: center;
    font: normal 11px Arial, Verdana;
    color: #636361;
}