ul.notes
{
  list-style-type: none;
  padding: 0;
}

ul.notes li
{
  font-size: 12px;
  padding-left: 20px;
  background: url('../lay/icons/note.png') left center no-repeat;
}

