.is-dropdown { border: 1px solid #b0b0ca; font: 11px Verdana,sans-serif; }
.is-dropdown-container { padding-left: 2px; padding-right: 18px; height: 20px; overflow: hidden; }
.is-dropdown-input { display: block; width: 100%; height: 20px; overflow: hidden; }
.is-dropdown input { padding-top: 2px; display: block; height: 20px; width: 100%; border: none; font: 12px Verdana; }
.is-dropdown a { display: block; height: 20px; width: 16px; float: right; position: relative; top: -20px; left: 17px; background-image: url('../images/dropdown.gif'); background-position: 0 0; background-repeat: no-repeat; }
.is-dropdown a:hover { background-position: -16px 0px; }

.is-dropdown.disabled { border:1px solid silver !important; }
.is-dropdown.disabled a { cursor:default; background-position: -32px 0px; }
.is-dropdown.disabled a:hover { background-position: -32px 0px; }

.is-dropdown-list { display: block; position: absolute; border: 1px solid #b0b0ca; z-index: 100; overflow-x: hidden; overflow-y: auto; background-color: white; }
.is-dropdown-list div { padding: 2px 2px; white-space: nowrap; background-color: #ffffff; color: #000000; cursor: default; }
.is-dropdown-list div.active { background-color: #3366cc; color: #ffffff; }
.is-dropdown-list b { font-weight: bold; text-decoration: underline; }