input.editable-select {
  background: #FFF url(arrow-down.gif) right center no-repeat;
  border: medium none;
}
.editable-select-options {
  position: absolute;
  display: none;
  overflow: auto;
  margin: 0;
  padding: 0;
  background: #FFF;
  z-index: 99999999;
}
.editable-select-iframe {
  position: absolute;
  background: #FFF;
  z-index: 99999999;
  display: none;
}
  .editable-select-options ul {
    margin: 0;
    padding: 0;
    z-index: 999999999;
    list-style: none;
    list-style-image: none;
  }
    .editable-select-options li {
      cursor: default;
      padding: 2px;
    }
    .editable-select-options li.selected {
      background: #EAEAEA;
    }