
/* CSS for Bubble Tooltips by Alessandro Fulciniti
 - http://pro.html.it - http://web-graphics.com */

.tooltip{
  width: 200px; color:#000;
  font:lighter 77% arial,sans-serif;
  text-decoration:none;text-align:center
}

.tooltip span.top{
  padding: 30px 8px 0;
  background: url(/images/tooltip_box.gif) no-repeat top
}

.tooltip b.bottom{
  padding:3px 8px 15px;color: #548912;
  background: url(/images/tooltip_box.gif) no-repeat bottom
}

