#dhtmltooltip{
position: absolute;
width: 150px;
border: 1px solid grey;
padding: 2px;
background-color: #f6f6f6;
visibility: hidden;
z-index: 100;
/*Remove below lines to remove shadow. Below lines should always appear last within this CSS*/
		-moz-box-shadow: 5px 5px 5px #C0C0C0;
		-webkit-box-shadow: 5px 5px 5px #C0C0C0;
		box-shadow: 5px 5px 5px #C0C0C0;
		/* For IE 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Direction=135, Color='#C0C0C0')";
		/* For IE 5.5 - 7 */
		filter: progid:DXImageTransform.Microsoft.Shadow(Direction=135, Color='#C0C0C0'); 
}
