
.ajaxtooltip{
position: absolute; /*leave this alone*/
display: none; /*leave this alone*/
width: 300px;
left: 0; /*leave this alone*/
top: 0; /*leave this alone*/
background: lightyellow;
border: 1px solid gray;
border-width: 1px 1px 1px 1px;
padding: 5px;
font-size:12px;
}