  .tooltip, .tooltip *  {
display : block;
}
.tooltip {
width : 200px;
color : #000;
font : bold 12px/1.4 Arial, sans-serif;
text-decoration : none;
text-align : center;
}
.tooltip span.top {
padding : 30px 8px 0;
background : url(../Images/bt.png) no-repeat top;
}
.tooltip b.bottom {
padding : 3px 8px 15px;
color : #548912;
background : url(../Images/bt.png) no-repeat bottom;
} 
