/* CSS Document */
div.tooltip
{
	width:360px; 
	border:1px solid #CCCCCC; 
	background-color:#F2F2F2; 
	z-index:1; 
	padding:5px; 
	font-size:12px;
	bottom:19px;
	left:-5px; 
}

div.point
{
	width:14px;
	height:9px;
	z-index:2;
	bottom:13px;
	left:30px;
	background-image:url(/php_inc/ajax/color_tooltip/images/tip.gif);
}

