div.listBox, div.listBoxActive {
  width: 240px;
  height: 50px;
  position: relative;
  background-color: #ffffff;
  border: 1px solid Silver;
  overflow: auto;
  max-height: 50px;
  cursor: default;
  z-index: 5;
}
div.listBox table, div.listBoxActive table {
  width: 260px;
  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(../imgs/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: normal;
}
.selectCountries {
  width: 283px;
}
.selectCountriesInactive {
  color: #808080;
  width: 283px;
  background-color: #F4F4F4;
}
.inputKeyword {
  color: black;
  width: 238px;
}
.inputKeywordInactive {
  color: #808080;
  width: 238px;
  background-color: #F4F4F4;
}
.highlight { font-weight: bold; }
.lowlight { color: #808080; }

.choicelabel {display: block; white-space: normal; border: 0px solid orange; z-index: 10;}
