#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #000;
	background-color: #FFF7DE !important;
	padding:8px 8px 8px 10px;
	text-align:left;
	line-height:18px;
}

#tooltip h3 {
	font-weight: normal;
	color: #000
}

#tooltip div.body {
}

.tooltip {
	width: 200px;
	
}
