@charset "UTF-8";

.tooltip{
  width: 150px;
  color: #000;
  font-size: 11px;
  text-decoration: none;
  text-align: center;
}

.tooltip span.top{
  padding: 8px 8px 0;
  background: url(/img/tooltip.gif) no-repeat top;
}

.tooltip span.bottom{
  padding:1px 8px 8px; color: #548912;
  background: url(/img/tooltip.gif) no-repeat bottom;
}