ul.mailtip {
  zoom: 1; /* for IE6 IE7 clear float */  
  list-style: none;
  border: 1px solid #ccc;
  overflow: hidden;
  text-align: left;
  font: italic 15px/1.5 Consolas, "Liberation Mono", Menlo, Courier, monospace, sans-serif;
  background-color: #eee;
  z-index: 1001;
}
ul.mailtip:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
ul.mailtip li p {
  height: 22px;
  text-align: inherit; 
  cursor: pointer;
  margin: 0 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
ul.mailtip li.active {
  color: #eb7350;
  background: #eaeaea;
}
ul.mailtip li.hover {
  background: #e7f6ff;
}
