#dhtmltooltip{
	position: absolute;
	font-size:10px;
	width: 150px;
	border: 2px solid #000000;
	background-color: #CC9900;
	visibility: hidden;
	z-index: 100;
	font-family: Tahoma;
	color: #000000;/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	margin: 0px;/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 13px;
}
