/* Javascript Bubble Tooltip styles */

.tooltip{
width: 250px; color:#000;
font:lighter 20px/1.3 Arial,sans-serif;
text-decoration:none;text-align:center}

.tooltip span.top{padding: 30px 8px 0;
    background: url(bt.png) no-repeat top}

.tooltip b.bottom{padding:3px 8px 16px;color: #888;
    background: url(bt.png) no-repeat bottom}
