
#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
/*border: 1px solid black;*/
padding: 2px;
/*background-color: #D9D9D9;*/
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
border: 1px solid #696;
/*padding: 60px 0;*/
text-align: center; width: 150px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
-webkit-box-shadow: #666 0px 2px 3px;
-moz-box-shadow: #666 0px 2px 3px;
box-shadow: #666 0px 2px 3px;
background-color: #D9D9D9;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EEFF99), to(#D9D9D9));
background: -moz-linear-gradient(#EEFF99, #D9D9D9);
background: linear-gradient(#EEFF99, #D9D9D9);
-pie-background: linear-gradient(#EEFF99, #D9D9D9);
behavior: url(PIE.htc);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 1000;
visibility: hidden;
}

