#maxWidthSelectCurtain {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.01;
    filter: alpha(opacity=1);
    background-color: white;
}

.maxWidthSelect {
    font-size: 13px;
    line-height: 19.5px;
    cursor: default;
    z-index: 1;
    position: relative;
    background-color: white;
}

.maxWidthSelect .select {
    height: 22px;
    overflow: hidden;
    border: solid #E3E9EF 1px;
    background: url("/images/optionbox/arrow.png") no-repeat right top;
    z-index: 1;
    position: relative;
}
html>body .maxWidthSelect .select {
    height: 20px;
}

.maxWidthSelect .selectHover {
    border: solid #3D7BAD 1px;
    background: url("/images/optionbox/arrow-over.png") no-repeat right top;
}

.maxWidthSelect .select .option {
    padding: 0 5px 0 5px;
}

.maxWidthSelect .option .value {
    display: none;
}

.maxWidthSelect .options {
    display: none;
    position: absolute;
    border: solid #3D7BAD 1px;
    border-top: 0;
    background-color: white;
    z-index: 1;
}

.maxWidthSelect .options .option {
    padding: 5px;
    border: dotted white 1px;
}

.maxWidthSelect .options .optionHover {
    border: dotted #CC6600 1px;
    background-color: #3399FF;
    color: white;
}
