
#dhtmltooltip{
	font-family:Verdana, Arial;
	font-size: 10px;
	color:#B52C30;
	position: absolute;
	width: 90px;
	border: 1px solid;
	border-color:#d69d1c;
	padding: 2px;
	background:#f9f9f9;
	visibility: hidden;
	z-index: 100;
	text-align: center;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135); */
}

