#dhtmltooltip
{
	position: absolute;
	width: 200px;
	border: 2px solid #000000;
	padding: 2px;
	background-color: #FBBFBF;
	background: url("../img/page/bg_box.jpg")  repeat-x;
	color: #FFFFFF;
	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=black,direction=135);
}

#dhtmltooltip td
{
	font-family: verdana, arial, sans-serif;

	color: #FFFFFF;
}