.tooltip 
{
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 3; 
    display: none; 
    }
#tooltip h3, #tooltip div { 
    color: #000;
    font-size: 18px;
    margin: 0; 
    border: none;
    outline: 0;
    font-family: Arial, Helvetica, sans-serif;
}
:focus{
    outline:none;
    }
#tooltip.pretty {
    font-family: Arial;
    border: none;
    width: 260px;
    padding:33px 0 0 10px;
    height: 81px;
    background:url(/system_images/shadow.png) 0 0 no-repeat;
    border-width:0px;
    outline:0;
    display:block;
    overflow: hidden;
}
#tooltip.pretty h3 {
    margin-bottom: 0.75em;
    font-size: 12pt;
    width: 230px;
    text-align: center;
    border: none;
    color: #4b4b4b;
    
}
#tooltip.pretty div{ 
width: 220px; 
text-align: left; 
border: none;
border-width: 0px;
outline: none;
background: url(/system_images/shadow.png) 0 0 no-repeat;
display: inline;
overflow: hidden;
visibility:hidden;
}