.ajaxtooltip{
    position: absolute; /*leave this alone*/
    display: none; /*leave this alone*/
    font-family: sans-serif;
    font-size: 12px;
    width: 400px;
    left: 0; /*leave this alone*/
    top: 0; /*leave this alone*/
    background: #FFCE00;
    border: 2px solid gray;
    border-width: 1px 2px 2px 1px;
    padding: 5px;
}
