.popuphelp_hover {
    cursor: pointer;
    background-color: #ffffbb;
}

.popuphelp_help {
    position: absolute; 
    width: 180px;
    z-index: 1000;
    background: url(/media/img/popup_help_top.gif) no-repeat top left;
    padding-top: 14px;
    font-size: 9px !important;
}

.popuphelp_help_inside {
    background: url(/media/img/popup_help_bottom.gif) no-repeat bottom left;
    padding: 0px 10px 9px;
}

