﻿#dhtmltooltip{
	position: absolute;
	color: #000000;
	font-family:Tahoma;
	font-size: 11px;
	background-color: #fffacd;
	width: 300px;
	border: 1px solid #8b7765;
	padding: 2px;
	visibility: hidden;
	z-index: 50;
	cursor:pointer !important;
	font-style:normal;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}
