#tooltip {
	position: absolute;
	z-index: 3000;
	padding: 5px;
	border:none;
	color:#000;
}
#tooltip h3, #tooltip div { margin: 0; }

#tooltip.pretty {
	font-family: Arial;
	border: none;
	width: 500px;
	height:auto;
	color:#000;
	text-align:left;
	font-size:11px;
}

#tooltip.pretty .header {
	/*background:url(images/header.png) no-repeat;*/
	width:500px;
	height:2px;
}

#tooltip.pretty .body, #tooltip.pretty h3 {
/*background:url(images/body.png) repeat-y;*/
	width:470px;
	padding:0 15px;
	height:auto;
	margin:0;
	color:#000;
	text-align:left;
	font-size:11px;
	background-color:#FFFFFF;
}


#tooltip.pretty .footer {
	/*background:url(images/footer.png) no-repeat;*/
	width:500px;
	height:20px;
}


#tooltip.pretty h3 {
	padding-bottom: 0.75em;
	font-size: 12px;
	width: 470px;
	text-align: center;
	color:#000;
}

#tooltip.pretty div { 
	width: 470px; 
	text-align: left; 
	color:#000;
}

