
div.custom {
  white-space: nowrap;
  height: 23px;
  border: 0;
  margin: 0;
  padding: 0;
  width: 146px;
}

div.custom input {
  margin: 0 0 0 0;
  font:normal 13px tahoma, arial, helvetica, sans-serif;
  background:#fff url(bg.png) no-repeat;
  height: 30px;
  vertical-align:middle;
  left: 0px;
  top: 0px;
  width: 200px;
  border:0;
  padding-left: 2px;
  line-height: 30px;

}
div.custom div.zoek {
  width:24px;
  height:23px;
  border: 0;
  background:transparent url(zoek.png) no-repeat 0 0;
  cursor:pointer;
  /* border-bottom: 1px solid #B5B8C8;*/
  top:0px;
  left: 200px;
  position:relative;

}
div.custom div.icon {
  width:37px;
  height:30px;
  border: 0;
  background:transparent url(button1.png) no-repeat 0 0;
  cursor:pointer;
  /* border-bottom: 1px solid #B5B8C8;*/
  top:0px;
  left: 200px;

}


div.custom div.list-wrapper {
  left: 0px;
  top: 30px;
  border: 1px solid #000000;
  border-top: 0;
  background-color: #FFFFFF;
  padding: 0;
  margin: 0;
  width: 198px;
  bottom: auto;
}

div.custom div.list-wrapper-up {
  bottom: 23px;
  border: 1px solid #000000;
  border-bottom: 0;
}

div.custom ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  height: 200px;
}


div.custom  li {
  padding: 0 0 0 2px;
  padding-left: 5px;
  font:normal 14px tahoma, arial, helvetica, sans-serif;
  background-color: #FFFFFF;
  cursor: pointer;
  margin: 0;
}

div.custom li.active {
  background-color: rgb(160, 169, 194);
}

div.custom input.empty {
  color: #000000;
  font-style:italic;
}