.ComboBoxFrame {
    /*border: 1px solid red;*/
    position: relative;
}

.ComboBoxTextBox, .ComboBoxSelect {
    padding: 1px;
    border: 1px solid #cccccc;
    font-family: Verdana;
    width: 100%;
}

.ComboBoxSelect {
    margin: 0px;
    padding: 0px;
}

.ComboBoxButton {
    position: absolute;
    right: 2px;
    top: 2px;
    height: 26px;
    width: 13px;
    background-image: url(../Images/ComboBoxArrow.png);
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.ComboBoxButton:hover {
    background-color: #e6e6e6;
}

.ComboBoxResultsFrame {
    position: absolute;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    min-width: 168px;
    max-height: 200px;
    overflow-y: auto;
    z-index: 9999;
    width: 100%;
}

.ComboBoxResult {
    padding: 0px;
    cursor: pointer;
    min-height: 14px;
    padding: 2px;
}

.ComboBoxResult:hover {
    background-color: #cccccc;
}

.ComboBoxResultSelected {
    background-color: #cccccc;
}

.ComboBoxSelect {
}
