.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 #7F9DB9;
  z-index: 99999;
  FONT-SIZE: 10;
TEXT-ALIGN: left;  
}

.suggestions .suggestionentry
{
  margin: 0;
  padding: 4px;
  cursor: pointer
}

.suggestions .mouseenter
{
  background: #C8DDF0;
}

.suggestions .mouseout
{
  background: #FFFFFF;
}

.suggestions .suggestioncount
{
  padding: 4px;
  background:#0066FF;
  border-top: 1px dashed #8CDFA3;
  text-align: center;
}
