#tooltip {	
	position: absolute;
	z-index: 3000;
	background-color: #fff;
	opacity: 1;
	width: auto;
	font-size: 9px;
	color: #6e6e7a;
}

#tooltip div{
	border: 1px solid #cecece;
	font-size: 11px;
	padding: 5px;
}


