#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.95;
	background-color:#005291;
	border:1px solid #616161;
	color: white;
	 font-size:  10px;
	  font-weight: normal	
}
#tooltip h3, #tooltip div { margin: 0; }

.tooltip_page {
	width: 300px;
} 
.tooltip_page p {
	margin: 0;
	padding: 0;
}