#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #555555;
	background-color: #ffffff;
	padding: 0px;
}
#tooltip.pretty {
    background: url("../css/images/tooltip_bubble.png") repeat scroll 0 0 transparent;
    border: medium none;
    font-family: Arial;
    line-height: 1.25em;
    height: 135px;
    opacity: 0.8;
    padding: 20px;
    width: 210px;
}
#tooltip h3, #tooltip div {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 91.7%;
    color: #000;
}
#tooltip h3 {
	font-size: 150%;
    margin-bottom: 0.5em;
}
