@CHARSET "ISO-8859-1";
a.tooltip em {
    display:none;
    font-size: 12px;
    text-align:center;
}
a.tooltip:hover {
    border: 0;
    position: relative;
    z-index: 500;
    text-decoration:none;
}
a.tooltip:hover em {
    font-style: normal;
    display: block;
    position: absolute;
    top: 25px;
    left: -60px;
    padding: 5px;
    color: #000;
    border: 4px solid #FFF;
    background: #c3d9ff; 
    width:130px;
}
a.tooltip:hover em span {
    position: absolute;
    top: -14px;
    left: 55px;
    height: 14px;
    width: 29px;
    background: transparent url(tooltip.gif);
    margin:0;
    padding: 0;
    border: 0;
}

