#dhtmltooltip{
font-size: 13px;
color: #000000;
position: absolute;
left: -300px;
width: 150px;
border: 2px solid #6e060d;
padding: 8px;
background-color: #fbb20b;
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);
}

.dhtmltooltip{
font-size: 13px;
font-weight: normal;
color: #000000;
position: absolute;
left: 600px;
width: 300px;
border: 2px solid #6e060d;
padding: 8px;
background-color: #fbb20b;
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);
}

.dhtmltooltip2{
font-size: 13px;
font-weight: normal;
color: #000000;
position: absolute;
left: 290px;
width: 350px;
border: 2px solid #6e060d;
padding: 8px;
background-color: #fbb20b;
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);
}

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

.tip_icon {
	border: none;
	cursor: help;
	margin: 5px 5px 5px 0px;
	vertical-align: middle;
}

