.suggestions
{
  position: absolute;
  margin-top: -13px;
  margin-left: -2px;
  display: none;
  filter: alpha(opacity=0);
  -moz-opacity: .0;
  opacity: .0;
  background: #fff;
  border: 1px solid #000000;
  z-index: 99999;
}

.suggestions .suggestionentry
{
  margin: 0;
  padding: 5px;
  cursor: pointer; cursor: hand;
}

.suggestions .mouseenter
{
  background: #C8DDF0;
}

.suggestions .mouseout
{
  background: #FFFFFF;
}

.suggestions .suggestioncount
{
  padding: 5px;
  background: #EEEEEE;
  border-top: 1px dashed #000000;
  text-align: center;
}
