div.sexy {
  white-space: nowrap;
  height: 21px;
  border: 0;
  margin: 0;
  padding: 0;
  width: 192px;
}
div.sexy input {
  margin: 0 0 0 0;
  font:normal 12px tahoma, arial, helvetica, sans-serif;
  padding:1px 3px;
  background:#1b1b1b;
  border:dashed 1px #666;
  height: 18px;
  line-height:18px;
  vertical-align:middle; 
  left: 0px;
  top: 0px; 
  width: 145px;
}
div.sexy div.icon {
  width:8px;
  height:6px;
  background:transparent url(dda.png) no-repeat 0 0;
  cursor:pointer;
  position:absolute;
  top:5px;
  left:130px;
}
div.sexy div.list-wrapper {
  left: 0px;
  top: 21px;
  border:solid 1px #666;
  padding: 0;
  margin: 0;
  width: 190px;
  bottom: auto;
}
div.sexy div.list-wrapper-up {
  top: auto;
  bottom: 21px;
}
div.sexy ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  height: 200px;
}
div.sexy  li {
  font-size:12px;
  padding: 0;
  padding-left: 5px;
  text-align:left;
  font:normal 12px tahoma, arial, helvetica, sans-serif;
  background-color: #1b1b1b;
  cursor: pointer;
  margin: 0;
}
div.sexy li.active {
  background-color: #333;
}
div.sexy a, div.sexy a:visited, div.sexy a:active {
  display: block;
  width: 100%;
  width: 146px;
  text-decoration: none;
  font:normal 14px  tahoma, arial, helvetica, sans-serif;
  color: #000000;
  cursor: pointer;
  margin: 0;  
  height: 20px;
}
div.sexy input.empty {
  color: gray;
}
a.to-highlight:hover {
  background-color: rgb(223, 232, 246);
}