/*CSS for Bubble Tooltips by Alessandro Fulciniti
- http://pro.html.it - http://web-graphics.com */

.tooltip{
width: 200px; color:#000000;
z-index: 5;
font-size:11px;

font-family:Arial,sans-serif;
text-decoration:none;text-align:justify}

.tooltip span.top{padding: 30px 8px 0;color: #245ddb;font-weight:bold;
    background: url(../images/help.gif) no-repeat top;
    
    
    }

.tooltip b.bottom{padding:3px 8px 15px;font-weight:normal;
    background: url(../images/help.gif) no-repeat bottom;
   
    }
    
.tooltip b.content{padding:3px 8px 0px;font-weight:normal;
    background: url(../images/help-middle.gif);
   
    }