*#tooltip {
	color:#FF0000;
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacityx: 0.85;
}
#tooltip.show {	
	font-family: Arial;
	border: none;
	width: 250px;
	padding:5px;
	height: 75px;
	opacityx: 0.8;
	backgroundx:transparent url(../images/shadow.png) no-repeat scroll 0 0;
	background-color: red;
	color: white;
	font-weight: bold;
}
#tooltip.show h3 {
	margin-bottom: 0.75em;
	font-size: 11pt;
	width: 210px;
	text-align: center;
}
#tooltip.show div {
	width: 210px; 
	text-align: left;
}
#tooltip h3, #tooltip div {
	 margin: 0; 
}
#tooltip.hide {
	opacity:0;
	border: none;
	background-color: #fff;
	display: none;
}	
