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

