#tooltip {
   	background:transparent url(../img/ico_tooltip.gif) no-repeat 5px center;     			   	 
	position: absolute;
	z-index: 9999;		
	background-color:#ff78c0;
	color:white;
	height:22px;
	border:thin 1px #ec008c;	
	}
	#tooltip h3, #tooltip div, #tooltip.p{
		text-align:center;
		color:white;
		font-family:'Tahoma';
		font-size:11px;
		padding:3px 15px;
		padding-left:25px;
		 -moz-box-shadow: 0 0 3em white;
		-webkit-box-shadow: 0 0 3em white;
		}