#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }

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

#tooltip.pretty-black {
	font-family: Arial;
	border: none;
	width: 210px;
	padding:20px;
	height: 135px;
	opacity: 0.8;
	background: url('shadow-black.png');
    color: white;
}
#tooltip.pretty-black h3 {
	margin-bottom: 0.75em;
	font-size: 12pt;
	width: 220px;
	text-align: center;
    color: white;
}
#tooltip.pretty-black div {
    width: 220px;
    text-align: left;
    color: white;
}

#tooltip.pretty-black2 {
	font-family: Arial;
	border: 3px solid white;
	width: 210px;
	padding: 10px;
	opacity: 0.8;
	background: black;
    color: white;
}
#tooltip.pretty-black2 h3 {
	margin-bottom: 0.75em;
	font-size: 12pt;
	width: 220px;
	text-align: center;
    color: white;
}
#tooltip.pretty-black2 div {
    width: 220px;
    text-align: left;
    color: white;
}

