div.htmltooltip{
			position: absolute; /*leave this and next 3 values alone*/
			z-index: 1000;
			left: -1000px;
			top: -1000px;
			background:WHITE ;
			border: 2px solid black;
			color: #000000;
			padding: 3px;
			width: 450px; 
			height:250px; 
			overflow-y:scroll;
			overflow-x: hidden;
			}