ul.ui-mailtip {
  zoom: 1; /* for IE6 IE7 clear float */
  background-color: #fff;
  list-style: none;
  border: 1px solid #ccc;
  overflow: hidden;
  text-align: left;
  font: 15px/2 Consolas, "futura-pt, sans-serif;

}
ul.ui-mailtip:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
ul.ui-mailtip li {
  margin: 0; padding: 0; float: none;

}
ul.ui-mailtip li p {
  height: 40px;
  text-align: inherit;
  line-height: 40px;
  cursor: pointer;
  margin: 0 9px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
border-bottom:1px solid #e5e5e5;
}
/*ul.ui-mailtip li.active {
  color: #eb7350;
  background: #eaeaea;
}*/
ul.ui-mailtip li.hover {
  background: #388C9C;
  color:#fff;
  font-weight: 700;
}
