/* Tooltips CSS definitions */ .tooltip { position: absolute !important; z-index: 10000 !important; font-size: 1.1em; line-height: 15px; color: #63737b; } .tooltip .xtop { width: 13px; height: 7px; position: absolute; bottom: -6px; left: 15px; background: url(/res/img/tooltipCorner.gif) left top no-repeat; } .tooltip .xboxcontent { padding: 5px 10px; margin: 0 0 0 8px; color: #63737b; word-wrap:break-word; border: 1px solid #d6d6d6; border-width: 1px; background-color: #FFF; }