h3 {
	font-size: 90%;
	font-weight: bold;
	margin: 0.1em 0 0.5em 0;
}
p { margin: 0.5em 0; }
strong { font-weight: bolder; }

#tooltip.pretty {
	font-family: Arial;
	border: none;
	width: 210px;
	padding:20px;
	height: 135px;
	opacity: 1;
	background: url('shadow.png');
}
#tooltip.pretty h3 {
	margin-top:-1em;
	margin-bottom: 0.25em;
	font-size: 14px;
	width: 220px;
	text-align: center;
}
#tooltip.pretty div { width: 220px; text-align: left; }

#tooltip.fancy {
	background:url('shadow_kiwi.png') no-repeat;
	padding-top: 5em;
	height: 100px;
}
#tooltip.fancy.viewport-right {
	background: url('shadow2-reverse.png');
}
#fancy2 { float: right; }