#dhtmltooltip{
	position: absolute;
	left: -300px;
	width: 150px;
    /*border: 2px solid #F7EA77;*/
	border: 1px solid #EFDA5F;
	padding: 3px;
	background-color: #fff6c3;
	z-index: 100;
	display: none;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	/* ilter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135); */
    /*-moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;*/
}

#dhtmltooltip img{
    display:block;
}
    
#dhtmlpointer{
	position:absolute;
	left: -300px;
	z-index: 101;
	display: none;
}
