#tooltip {
	position: absolute;
	z-index: 3000;
	background: url(../images/bubble_bottom.gif) bottom no-repeat;
	width: 224px;
	height: 100px;
	top: -150px;
}
#tooltip h3, #tooltip div { margin: 0; }

#tooltip h3 { 
	color: #e20074; 
	background: url(../images/bubble_top.gif) top no-repeat;
	padding: 10px 0 0 10px;
}
#tooltip .body { padding: 0 10px 19px 10px; font-size: 1.1em;}
