#tooltip {
	font-size: 8px;
	color: #fff;
	position: absolute;
	z-index: 3000;
	background: #EBEBEB;
	opacity: 1;
	width: 350px;
	text-decoration: none;
}
#tooltip a {text-decoration: none; color:#FFF;}
/* for fonts */
#tooltip a:visited, #tooltip a:hover {text-decoration: none; color:#FFF;}
/* for fonts */
#tooltip h3, #tooltip div {
background: #fff;
border: 1px solid #b9b9b9;
margin: 0;
font-style: font-family: Arial, Helvetica, sans-serif;
font: 8px;
line-height: 16px;
text-decoration: none; 
color:#333;
padding: 15px;
position: relative;
top: -3px;
left: -3px;
opacity: 100%;
}  

