#tooltip {
	position: absolute;
	z-index: 3000;
	/*border: 1px solid #111;*/
	/*background: url('bg.png') fixed repeat;*/
	background-color: #1e3253;
	border: 1px solid #ccc;
	padding: 3px 5px 3px 5px;
	/*opacity: 0.75;*/
	color: #fff;
	font-size: 10px;
	font-weight: normal;
}

#tooltip p {color: #fff; font-weight: normal; }
#tooltip h3, #tooltip div { margin: 0; }
#tooltip h3 {font-weight: normal; font-size: 12px;}

.body {color: #fff; font-size: 12px; font-weight: normal; background-color: transparent; opacity: 1.0;}
