#dhtmltooltip {
	position: absolute;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width: 200px;
	border: 1px solid #000;
	padding: 5px;
	background-color: #FCE9CA;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
	
	
	/*the following  hack only applies to IE5 for the mac*/
	
	 /*\*//*/
	  height:70px;     
	/**/
	
}
