#dhtmltooltip {
	position: absolute;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:white;
	width: 340px;
	border: 1px solid #3D234C;
	padding: 5px;
	background-color: #848484;
	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;     
	/**/
	
}