/*CSS for Bubble Tooltips by Alessandro Fulciniti
- http://pro.html.it - http://web-graphics.com */

.tooltip{
width: 250px; color:#FFF;
font:12px Arial,sans-serif; font-weight:bold
text-decoration:none;text-align:left}

.tooltip span.top{padding: 30px 8px 0; font-style:italic; font-weight:bold;
    background:  url("bt2.gif") no-repeat top}

.tooltip b.bottom{padding:3px 8px 15px;color: #FFF;
    background:  url("bt2.gif") no-repeat bottom}

