#tooltip {
	font-family: Arial;
        font-size: 0.8em;
	border: none;
	width: 260px;
	padding: 20px;
	height: 135px;
	opacity: 0.8;
	background: url('shadow.png');

}
#tooltip h3 {
	margin-bottom: 0.75em;
	font-size: 1.2em;
	width: 260px;
	text-align: center;
}

#tooltip div { width: 260px; text-align: left; }


