#tooltip.pretty {
	font-family: Arial;
	border: none;
	width: 420px;
	padding:15px;
	height: 145px;
	opacity: 0.9;
	background: url('shadow.png');
	font-weight: normal;
}
#tooltip.pretty em {
	float: left;
	line-height: 20px;
	width: 100%;
	border-bottom: 1px solid #666666;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	margin-bottom: 5px;
}
#tooltip.pretty h3 {
	font-size: 10px;
	width: 420px;
	text-align: center;
	font-weight: normal;
}
#tooltip.pretty div { width: 420px; text-align: left; }
