#tooltip {
	position: absolute;
	z-index: 3000;
	background-color: #8D0E3A;
	padding: 10px;
	color:#FFFFFF;
}
#tooltip h3 {
	color:#FFFFFF;
	margin:0;
}	
#tooltip.fixed { width: 200px; }
