#tooltip {
	position: absolute;
	z-index: 3000;
}

#tooltip.yellowtooltip {
	text-align:right;
	background:url(../img/tooltip_bg.png) top left no-repeat;
	width:218px;
	height:62px;
	padding:15px;
	padding-top:7px;
	padding-right:10px;
}

#tooltip.yellowtooltip_rev {
	text-align:right;
	background:url(../img/tooltip_bg_rev.png) top left no-repeat;
	width:218px;
	height:62px;
	padding:15px;
	padding-top:7px;
	padding-right:10px;
}

#tooltip .body {
	font-size:11px;
	margin-top:5px;
}
