#tooltip 
{
	position: absolute;
	z-index: 3000;
	padding-left: 10px;
	background-image: url(bg_tooltip_left.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 30px;
  white-space: nowrap;
  _width: 100px;
}

#tooltip div 
{
	padding-right: 13px;
	background-image: url(bg_tooltip_right.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
}

#tooltip div h3
{
  margin: 0;
  padding: 0;
  background-image: none;
  font-weight: normal;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
	background-image: url(bg_tooltip_center.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	padding: 6px 3px 0 3px;
	height: 24px;
}


