#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	opacity: 1;
}

#tooltip h3, #tooltip div { margin: 0; }


#tooltip.pretty {
	padding:10px;
	background:transparent url(../images/shadow.png) repeat scroll 0 0;
	border:medium none;
	font-family:Arial;
	height:137px;
	width:235px;
}
#tooltip.pretty h3 {
	font-size:12px;
	text-align:left;
	width:220px;
	color:#C7FF00;
}
#tooltip.pretty div {
	text-align:left;
	width:220px;
}

#tooltip.pretty div.top {
	background:transparent url(../images/shadow_top.png) repeat scroll 0 0;
	height:13px;
	width:251px;
}

#tooltip.pretty div.bottom {
	background:transparent url(../images/shadow_bottom.png) repeat scroll 0 0;
	height:30px;
	width:251px;
}

#tooltip.pretty div.main {
	background:transparent url(../images/shadow_main.png) repeat-y scroll 0 0;
	width:231px;
	padding: 0px 10px 0px 10px;
}