#dhtmltooltip{
	position: absolute;
	left: -300px;
	width: 298px;
	height: 448px;
	border: 0px solid silver;
	padding: 2px;
	background-image:url(../../Template/images/finalpopup.png);
	background-repeat: no-repeat;
	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);*/
}

#dhtmlpointer{
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}

#content{			
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	font-family:verdana;
	font-size:11px;
}