body {
}

.combocontainer{width:110px; height:24px; float:left}
.trigger {
    width: 17px;
    height: 24px !important;
    height: 25px;
    float: left;
    background: url( trigger.gif ) no-repeat 0 0px !important;
    background: url( trigger.gif ) no-repeat 0 1px;
}

.dropdown {
    background-color: white;
    overflow-y: auto;
    overflow-x: hidden;
    width: 110px;
    height: 250px;
    border: 1px solid #b5b8c8;
    position: absolute;
    z-index: 10;
    display: none;
}

.combotext {
    width: 110px;
    color: silver;
    height:22px;
 	border:#b5b8c8 1px solid;
	border-right:0;
	line-height:19px;
}

.combobox {
    float: left;
    margin-right: 5px;
}

#shim {
    border: none;
    position: absolute;
    z-index: 9;
    display: none;
    height:250px;
}

.item {
    height: 20px;
}

.item_selected {
    background-color: #98c0f4;
}

