#tooltip1 {
	position: absolute;
	z-index: 3000;
	background-color: #eee;
	padding: 5px;
	opacity: 0.75;
}
#tooltip1 h5, #tooltip1 div { margin-bottom:10px; }

#tooltip1.pretty1 {
	font-family: Arial;
	border: none;
	width: 241px;
	padding:8px 20px 20px 20px;
	height: 143px;
	opacity: 0.8;
}
#tooltip1.pretty1 h5 {
	font-size: 12px;
	width: 241px;
	text-align: center;
}
#tooltip1.pretty1 div { width: 241px; text-align: left; }

#tooltip1.nice {
	background: url('shadow2.png') top left no-repeat;
}

