.comboBox {
  border            :0;
  padding           :0;
  margin            :0;
  float             :left;
  white-space       :nowrap;
  position          :relative;
}

.comboBox input {
  background: url(/images/text-input-397.png) no-repeat top left;
  width: 389px;
  height: 20px;
  border: 0;
  padding: 3px 4px 2px 4px;
  margin: .5em 0;
}

.comboBox button {
  display: none;
}

.combo-hilite {
  cursor             :pointer;
  background-color   :#840a84;
  color              :#FFFFFF;
  padding            :2px 10px;
}

.combo-item   {
  cursor        :pointer;
  background    :white;
  padding       :2px 10px;
  color         :#666;
}

.combo-item-list {
  z-index            :10;
  left               :0;
  top: 32px;
  background-color   :#FFFFFF;
  border             :1px solid #666;
  overflow           :hidden;
  position           :absolute;
  width              :395px;
  font-size          :15px;
  max-height         :84px;

}
