#dhtmltooltip {
position: absolute;
text-align:left;
width: 210px;
line-height:16px;
font:12px Verdana;
border: none;
color:#1B1718 !important;
visibility: hidden;
z-index: 100;

}
#dhtmltooltip .top{ 
  margin:0px; padding:0px; 
	height:7px !important; 
	width:200px; 
	background: url('/images/toolbox_top.png') no-repeat top left;
	behavior: url('/iepngfix.htc');
	display:block; clear:both; float:none !important; overflow:hidden; 
	line-height:1px; font-size:1px; 
}
#dhtmltooltip .bot{ 
	height:7px; 
	width:200px; 
	background: url('/images/toolbox_bot.png' ) no-repeat top left;
	behavior: url('/iepngfix.htc');
	display:block; clear:both; float:none !important; overflow:hidden; 
	line-height:1px; font-size:1px; 
}
#dhtmltooltip .middle{
	background: #FFFFFF;
	width:184px;
	margin:0px; padding: 3px 6px;
	border-left: 2px solid #e11a2b;
	border-right: 2px solid #e11a2b;
	float:none !important; overflow:hidden; clear:both;
}

#dhtmltooltip span{
text-align:left;
line-height:16px;
font:12px Verdana;
color:#082a6e !important;
}
