#dhtmltooltip{
position: absolute;
left: -25em;
width: 14em;
border: 1px solid #ccc;
background-color: #fff;
visibility: hidden;
z-index: 1000;
padding:0.5em 0.5em 0.35em 0.5em;
font-size:0.75em;
/*Remove below line to remove shadow. Below line should always appear last within this CSS
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}

#dhtmltooltip img{
	border: 1px solid #ccc;
}

#dhtmlpointer{
position:absolute;
left: -25em;
z-index: 101;
visibility: hidden;
}



