* html #tooltip /* only for IE6 */
{
	position: absolute;	
	z-index: 3000;
	padding: 0 3px 0 3px;	
	font-weight: lighter;
	/*background-color: #fe7801;*/
	background-color: #17a1b6;
	border: 1px solid white;
}

*+html #tooltip  /* only for IE7 */
{		
	position: absolute;	
	z-index: 3000;
	padding: 0 3px 0 3px;	
	background-color: #17a1b6;
	border: 1px solid white;
	color: #FFF;
}

#tooltip /* other browsers */
{
	position: absolute;	
	z-index: 3000;
	border: 0;
	background-color: #17a1b6;
	font-size: 12px;
	color: #FFF;
	padding: 2px 3px 2px 3px;
	font-weight: normal;
	border: 1px solid white;
}

/* IE6 hack */
* html #tooltip h3, #tooltip div { margin: 0; padding: 0; font-weight: normal; font-size: 15px; }
/* IE7 hack */
*+html #tooltip h3, #tooltip div { margin: 0; padding: 0; font-weight: normal; font-size: 15px; }
#tooltip h3, #tooltip div { margin: 0; padding: 0; font-weight: lighter; }
#tooltip.tooltipma { }