﻿#tooltip {
	position: absolute;
	z-index: 3000;
	border: none;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

#tooltip h3, #tooltip div {
	margin: 0 auto;
	color:#333333;
	font-size:13px;
	font-weight: normal;
	display:block;
	width: 245px;
	padding-left: 5px;
	
}

#tooltip.fancy {
  background: url(../images/bubble.png) no-repeat;
	padding-top: 10px;
	height: 265px;
	width: 271px;
	margin-top: -240px;
	margin-left: -0px;
}