.tooltip{
width: 200px; color:#fff;
font:lighter 11px/1.3 Arial,sans-serif;
text-decoration:none;text-align:left}

.tooltip ul {margin-left: 15px;}
.tooltip ul li {background: url(../images/icon-bk.gif) left 5px no-repeat;padding-left: 0px;}
.tooltip ul li a {font-size: 120%;color: #000;padding-left: 12px;display: block;}

.tooltip .close {position: absolute; right: 7px; top: 30px; width: 12px;height: 12px; background: url(../images/icon-close.png) no-repeat top;}

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

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