/*
#tooltip.pretty {
	font-family: Arial;
	border: none;
	width: 210px;
	padding: 35px 20px 0px 15px;
	height: 135px;
	opacity: 0.8;
	background: url('shadow.png');
	line-height:20px;
}
#tooltip.pretty h3 {
	margin-bottom: 0.75em;
	font-size: 10pt;
	width: 220px;
	text-align: center;
	color:#900;
}
#tooltip.pretty div { width: 220px; text-align: left; }

#tooltip.pretty2 {
	font-family: Arial;
	border: none;
	width: 210px;
	padding: 25px 20px 20px 15px;
	height: 135px;
	opacity: 0.8;
	background: url('shadow2nd.png');
	
}
#tooltip.pretty2 h3 {
	margin-bottom: 0.75em;
	font-size: 10pt;
	width: 220px;
	text-align: center;
	color:#900;
}
#tooltip.pretty2 div { width: 220px; text-align: left; }*/