/* simple css-based tooltip */
div.tooltip {
	
	width:140px;
	padding-left:10px;
	padding-top:5px;
	height:40px;
	display:none;
	color:#000;
	text-align:left;
	font-size:14px;
	background: url(images/tooltip.png) no-repeat;
	text-shadow: #dfdfdf 1px 1px 1px;
	/* outline radius for mozilla/firefox only */
	
}



