#tooltip {
	position: absolute;
	z-index: 3000;
	color: #FFF;
	background-color: #920025;
	padding: 5px 10px;
        font-weight: normal;
        background-image: url('/img/dot.gif');
        background-repeat: repeat;
}
#tooltip h3, #tooltip div { margin: 0; font-weight: normal;}

