#tooltip {
	position: absolute;
	z-index: 3000;
	background: url('images/popup_button.png') left bottom no-repeat; 
	padding-bottom: 4px;
}
#tooltip h3, #tooltip div { margin: 0; }
#tooltip span {background-color: #7E7E7E; padding: 2px; border: 2px solid #7E7E7E; display: block}
#tooltip p {font-size: 10px; font-family: arial; color: #fff; text-align: right; margin: 0px;}