#tooltip {
	position: absolute;
	z-index: 3000;
	/*background-color: #eee;
	padding: 5px;*/
	opacity: 0.85; min-width:100px;
	font-family:verdana; font-size:11px; font-weight:normal;
	
	
	position: absolute;
	background-image:url(../images/tooltip_white.png?id=MOODIOVERSION);
	/*background-image: url("images/tooltip_grey.png?id=MOODIOVERSION");*/
	background-position: bottom right;
	background-repeat: no-repeat;
	color: #000000;
	padding-bottom: 10px;
	z-index: 3000;
	
}
#tooltip h3, #tooltip div { margin: 0; }
