#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }

#tooltip.tooltip-bubble {
  background:url(/images/tooltip-bubble.png) no-repeat top left;  
  border: none;
  color:#FFFFFF;
 	height: 75px;
	padding:20px 40px 20px 45px;
  width: 190px;
}
#tooltip.tooltip-bubble.viewport-right {
	background:url(/images/tooltip-bubble-reverse.png) no-repeat top left; 
	height: 75px;
	padding:20px 50px 20px 30px;
  width: 185px; 
}

#tooltip.tooltip-bubble.viewport-bottom {
	background:url(/images/tooltip-bubble-bottom.png) no-repeat bottom left; 
	height: 70px;
	padding:45px 20px 0 45px;
  width: 190px; 
}

#tooltip.tooltip-bubble.viewport-right.viewport-bottom {
	background:url(/images/tooltip-bubble-bottom-reverse.png) no-repeat bottom left; 
	height: 70px;
	padding:45px 40px 0 25px;
  width: 190px;
}


