#tooltip {
	position: absolute;
	z-index: 3000;
	padding: 5px;
	background-image: url(../images/tool-tip.png);
	width: 225px;
	height: 56px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	font-style: normal;
	line-height: 2.55em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 40px 0 5px;
}
#tooltip h3, #tooltip div { margin: 0; }

