ul.ui-mailtip {
    zoom: 1; /* for IE6 IE7 clear float */
    background-color: #495057;
    list-style: none;
    border: 1px solid #ccc;
    overflow: hidden;
    text-align: left;
    font-weight: bold;

}

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: 28px;
    text-align: inherit;
    line-height: 28px;
    cursor: pointer;
    margin: 0 9px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #ffffff;
    /*    text-transform: lowercase;*/
}

ul.ui-mailtip li.active {
    color: #eb7350;
    background: #545b62;
}

ul.ui-mailtip li.hover {
    background: #545b62;
}
