#tooltip {
	position: absolute;
	z-index: 3000;
	font-size: .75em;
	line-height: 1.25em;
	/*border: 1px solid #6f9868;
	background-color: #c9e4c4;
	padding: 5px;
	opacity: 0.85;*/
	background: url('../../images/shadow3.png');
	font-family: arial, Verdana, Tahoma, sans-serif;
	border: none;
	width: 200px;
	padding:20px;
	height: 125px;
	cursor:crosshair;
	/*opacity: 0.8;*/
}

#tooltip h3 {
	padding-bottom: 7px;
	font-size: 1.0em;
	font-weight: bold;
	text-align: center;
}

#tooltip div {
	width: 200px; text-align: left;
}

/*#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 {
	cursor: help;
}

