#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #330000;
	background-color: #d4e5ef;
	color: 333333;
	padding: 5px;
	font-size: 11px;
}
#tooltip h3, #tooltip div { 
	font-size: 11px;
	color: 777777;
	font-weight: normal;
	margin: 0; 
	text-align: left;
}

#tooltip.girl {
	width: 210px;
}

#tooltip p {
	color: CCCCCC;
	padding: 5px;
	background-color: #006699;
}


#tooltip.pretty {
	font-family: Arial;
	border: none;
	width: 210px;
	padding:20px;
	height: 135px;
	opacity: 0.8;
	background: url('images/shadow.png');
}
#tooltip.pretty h3 {
	margin-bottom: 0.75em;
	font-size: 12pt;
	width: 220px;
	text-align: center;
}
#tooltip.pretty div { width: 220px; text-align: left; }

#tooltip.fancy {
	background: url('images/shadow2.png');
	padding-top: 5em;
	height: 100px;
}
