﻿body {
}
div.htmltooltip{
position: absolute; /*leave this and next 3 values alone*/
z-index: 1000;
left: -1000px;
top: -1000px;
background: #ededed;
border: 1px solid #245587;
padding: 3px;
color:#000000;
font-size:11px;
text-decoration:none;
width: 250px; /*width of tooltip*/
}