#hw_tooltip {	
	font-size:12px; 
	background:#9cbbbd;
}

#hw_tooltip_content { 
	position: relative;
	left:-3px;
	top:-3px;
	border:1px solid #c7c7c7;
	background:#eeeeee;
}

#hw_tooltip_title {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background:#c7c7c7;
	text-align:center;
	color:#eeeeee;
	padding-left:3px;
	padding-right:3px;
}

#hw_tooltip_body {
	padding:5px;
	padding-top:0px;
	color:#676767;
}
