@CHARSET "ISO-8859-1";
div.auto_complete {
  position:absolute;
  width:200px;
  background-color:white;
  border:1px solid #888;
  margin:0px;
  padding:0px;
}
ul.elements  {
  list-style-type: none;
  margin:0px;
  padding:0px;
}
ul.elements li.selected { 
	background-color: #FDB844; 
}
li.element {
  list-style-type: none;
  display:block;
  margin:0;
  padding:2px;
}
li.element div.suggest {
  font-size:12px;
}

