div.htmltooltip{
position: absolute; /*leave this and next 3 values alone*/
z-index: 1000;
left: -1000px;
top: -1000px;
background: #fcfcfc;
border: 4px solid #ececec;
color: #3c3c3c;
padding: 3px;
width: 155px; /*width of tooltip*/
}
div.htmltooltip ul.foot_nav li{line-height:16px; color:#00620f; font-size:11px;}
div#long {width:230px;}