#tooltip {
	position: absolute;
	z-index: 3000;
	padding: 5px;
	opacity: 0.85;
	border: 1px solid #7b5dc1;
    background: #d4c9ef;
    -moz-border-radius: 5px; 
    height:20px;
	font-size:55%
}
#tooltip h3, #tooltip div { margin: 0; }
