div.listBox, div.listBoxActive {
  width: 150px;
  height: 30px;
  position: relative;
  background-color: #ffffff;
  border: 1px solid Silver;
 overflow-y: auto;
  overflow-x: hidden;
  max-height: 30px;
  cursor: default;
  z-index: 50000;
}
div.listBox table, div.listBoxActive table {
  width: 150px;
  border: 0;
  background-color: #FFFFFF;
}
div.listBox table td, div.listBoxActive table td {
  -moz-user-select: none;
  border: 1px solid white;
  padding-left: 15px;
  font-size: 11px;
}
div.listBox table tr.selected, div.listBoxActive table tr.selected {
  background-image: url('gcheck.gif');
  background-repeat: no-repeat;
  background-color: #C3D6E9;
}
div.listBox table tr.last, div.listBoxActive table tr.last {
  background-color: #E7EEF6;
  padding-left: 15px;
}
div.listBox table tr td span.cityBig, div.listBoxActive table tr td span.cityBig {
  font-size: 11px;
}
div.listBox table tr td span.hilite, div.listBoxActive table tr td span.hilite {
  font-weight: bold;
}
.selectCountries {
  font-family: Arial;
  color: #000000;
  font-size: 11px;
  width: 150px;
}
.selectCountriesInactive {
  font-family: Arial;
  font-size: 11px;
  color: #808080;
  width: 150px;
  background-color: #F4F4F4;
}
.inputKeyword {
  font-family: Arial;
  color: #000000;
  font-size: 11px;
  width: 150px;
}
.inputKeywordInactive {
  font-family: Arial;
  color: #000000;
  font-size: 11px;
  color: #808080;
  width: 150px;
  background-color: #F4F4F4;
}
.highlight { font-weight: bold; }
.lowlight { color: #808080; }
