﻿
	  

       #dhtmltooltip
        {
            position: absolute;
            width: 550px;
            border: 3px solid gray;
            padding: 5px;
                
            color: #232523;
            background-color: #EFEDED;
              visibility: hidden;
            z-index: 9999; /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
            filter: progid:DXImageTransform.Microsoft.Shadow(color=#9A9CDE,direction=135);
        }