div.selectbox-wrapper { overflow: hidden; position: absolute; z-index: 999; width: 145px; margin: 0 0 0 10px !important; margin-top: -1px; padding: 0; text-align: left; text-transform: uppercase; font-size: 85%; color: #fff; background-color: #8bcdcb; }
*:first-child+html div.selectbox-wrapper { margin-top: -1px !important; }
div.selectbox-wrapper ul { overflow: auto; max-height: 200px; list-style-type: none; margin: 0; padding: 0; }
div.selectbox-wrapper ul li.selected { background-color: #69c8c5; }
div.selectbox-wrapper ul li.current { color: #fff; background-color: #69c8c5; }
div.selectbox-wrapper ul li { zoom:1; list-style-type: none; float: none; display: block; margin: 0; padding: 6px 10px 7px; line-height: 14px; color: #fff; cursor: pointer; }
label { display: block; }
.selectbox { display : block; width: 64px; height: 14px; padding: 5px 40px 5px 10px; border: none; line-height: 14px; text-align:left; text-transform: uppercase; font-size: 85%; color:#fff; background: #8bcdcb url('../images/filter.gif') 0 0 no-repeat; cursor: pointer; }
