.tooltip{
width: 200px;
color:#000;
font:13px Verdana,Arial,sans-serif;
text-decoration:none;
text-align:center
}

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

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

.tooltip2{
width: 200px;
color:#000;
font:13px Verdana,Arial,sans-serif;
text-decoration:none;
text-align:center
}

.tooltip2 span.top{
padding: 30px 8px 0;
    background: url(/extras/bt2.gif) no-repeat top
}

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

