
.tooltip {
	border: 2px solid SteelBlue;
	z-index:99999;
	display:none;
	position:absolute;
	top:-80px;
	left:50px;
	width:250px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background:rgba(240, 240, 250, 0.9);
	font-weight:normal;
	font-size:14px;
	line-height: 15px; 
	padding:10px;
	color: DarkSlateBlue;
}

