#tooltip {
	position: absolute;
	z-index: 3000;
	border:1px solid #aba282;
	background:#f4f1ea;
	padding:2px 5px;
	color:#333;
	display:none;
	font-family: arial;
	font-size: 11px;
	text-align: left;
	width: 200px;
}
#tooltip h3 { margin: 0; font-size: 11px; font-weight: normal; color: #333333;}
#tooltip div { margin: 0; font-size: 11px; font-weight: normal; color: #666666;}

.tooltip_white {
	border:1px solid #aba282 !important;
	background: #f4f1ea !important;	
}