.tooltip{  
    display: none;  
    position: absolute;  
    padding: 10px 13px;  
    z-index: 2;  
    background-color: lemonchiffon;  
    border: 1px solid gold;  
    font-size: 11px;  
    line-height: 18px;  
    text-align: left;
    color: orange;  
}

.tip{
    padding: 2px 4px 1px 5px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    background-color: coral;
    color: #FFFFFF;
    font-size: 80%;
    font-weight: bold;
    text-decoration: none;
} 
