#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #4D8AA7;
	background-color: #ffffff;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }
.thetip{ display:none;}
.ttwidth{width: 250px;}
.foottip{}