#dhtmltooltip{
	
	position: absolute;
	padding-left: 4px;
	padding-top: 4px;
	visibility: hidden;

	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}




#dhtmlpointer{
	position: absolute;
	margin: 3px 8px;
	left :50px;
	bottom: 0px;
}

#dhtmltooltip .topleft{ background:url(/images/tool_tip_box_right.png) top left no-repeat; padding-left: 50px; }

#dhtmltooltip .topright{ background:url(/images/tool_tip_box_right.png) top right no-repeat; padding: 8px 8px 0px 0px; margin-right: -4px;}

#dhtmltooltip .botleft{ background:url(/images/tool_tip_box_right.png) bottom left no-repeat; padding-left: 50px; }

#dhtmltooltip .botright{ height:10px;background:url(/images/tool_tip_box_right.png) bottom right no-repeat; margin-right: -4px; }
