#resultList {
  border: 1px dotted #ccc;
  padding: 3px;
  display: none;
}
#resultList ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#resultList ul li {
  padding: 5px 0;
}
#resultList ul li:hover {
  background: #eee;
}