#tooltip.pretty {
	text-align: center;
	font-size: 11pt;
	border: none;
	width: 160px;
	padding:20px;
	height: 100px;
	opacity: 1;
	background: url('shadow.png');
}
#tooltip.pretty h3 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
	margin-bottom: 0.75em;
	font-size: 12pt;
	width: 160px;
	text-align: center;
	background-color: #ffffff;
}

