#tooltip {
	display:none;
  background: transparent url(../images/tooltip.gif) no-repeat bottom center;
  font-family: Verdana, Arial; 
  font-size: x-small; 
	width:190px;
  color: #222222; 
  border-top: 1px solid #C1CB21;
  padding: 5px 5px 17px 5px;
  text-align:justify;
  z-index: 100;
}
