/* $Id: apachesolr_autocomplete.css,v 1.1 2009/08/27 22:05:51 janusman Exp $ */
/**
 * @file
 *   Adds some styles to the standard Drupal autocomplete widget.
 */
.apachesolr_autocomplete {
}
.apachesolr_autocomplete.message {
  font-size:80%;
  color:#888;
}
.apachesolr_autocomplete.count {
  float:right;
}
div.apachesolr_autocomplete.suggestion {
  display:inline;
  float:left
}