/*CSS for Bubble Tooltips by Alessandro Fulciniti
- http://pro.html.it - http://web-graphics.com */

.tooltip{
width: 200px; color:#000;
font-size:12px;
line-height:14px;
text-decoration:none;text-align:left}

.tooltip span.top{padding: 35px 8px 0;
    background: url(img/bt.gif) no-repeat top}

.tooltip b.bottom{padding:0 8px 0;color: #F7F8DB;
    background: url(img/bt.gif) no-repeat bottom}


