#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	padding: 5px;
	width: 250px;
	opacity: 0.85;
}
#tooltip.pretty {
	font-family: Arial;
	border: none;
	width: 250px;
	padding:20px;
	height: 21px;
	opacity: 0.8;

}

.top_bg {
	font-family: Arial;
	border: none;
	width: 250px;
	height: 21px;
	opacity: 0.8;
	background: url('shadow_top.png') no-repeat;

}

.middle_bg {
	font-family: Arial;
	border: none;
	width: 250px;
	padding: 0 20px;
	opacity: 0.8;
	background: url('shadow_middle.png') repeat-y;
}

.bottom_bg {
	font-family: Arial;
	border: none;
	width: 250px;
	height: 21px;
	opacity: 0.8;
	background: url('shadow_bottom.png') no-repeat;
}

