#tooltip {
	position: absolute;
	z-index: 3000;
	width:auto;

	background-color: #464646;
	padding:5px;
	font-family:"Andale Mono",'Courier New',monospace;
	font-size:9px;
	color:#464646;
	
	
	
	

}

#tooltip p{
	
	font-family:"Andale Mono",'Courier New',monospace;
	font-size:10px;
	color:#999999;
	line-height: 12px;
	
	
	
	

}


#tooltip h3, #tooltip div { margin: 0;
	
	font-family:"Andale Mono",'Courier New',monospace;
	font-size:10px;
	color:#999999;
	line-height: 12px;
	 }
	 

