/*CSS for Bubble Tooltips by Alessandro Fulciniti
- http://pro.html.it - http://web-graphics.com */

.tooltip{
width: 280px; color:#000;
font:lighter 11px/1.3 Arial,sans-serif;
text-decoration:none;text-align:center}

.tooltip b.bottom{padding:3px 8px 15px;color: #548912;
    background: url(images/btW.gif) no-repeat bottom}
    
.tooltip span.top{padding: 30px 8px 0px;
    background: url(images/btW.gif) no-repeat top}


