
[rel=tooltip] {

    background: url(/i/icon_quest.png) no-repeat right 2px;
    padding-right: 15px;
    height: 12px;
    text-decoration: none;
    color: #7f8184;
    display: inline-block;
    vertical-align: top;
}

[rel=tooltip]:hover {
    background: url(/i/icon_quest_hover.png) no-repeat right 2px;
}

.tooltip {position: absolute;color: #121923;font-size: 13px;z-index: 2500;}
.tooltip .topright {background: url(/i/tooltip_upleft.png) no-repeat right top;padding: 0 5px 0 0px;}
.tooltip .topleft {background: url(/i/tooltip_upleft.png) no-repeat left top;position: absolute;height:5px;width:10px;z-index: 1;}
.tooltip .top {background: url(/i/tooltip_x.png) repeat-x top;height:5px;margin-left:10px}
.tooltip .botright {background: url(/i/tooltip_upleft.png) no-repeat right bottom;padding: 0 15px 0 0px;}
.tooltip .botleft {background: url(/i/tooltip_upleft.png) no-repeat left bottom;height:10px;width:5px;position:absolute}
.tooltip .bot {background: url(/i/tooltip_x.png) repeat-x bottom;background-position:0 -4px; height:10px; margin-left:5px}
.tooltip .left {background: url(/i/tooltip_y.png) repeat-y left;padding: 0 0 0 5px;}
.tooltip .right {background: url(/i/tooltip_y.png) repeat-y right;padding: 0 5px 0 0;}
.tooltip .content {background-color: #fff2c9;margin: 0;padding: 0px 5px;text-align: left;max-width: 325px;}

.tooltip.right .topleft {background: url(/i/tooltip_rightdown.png) no-repeat left top;height: 20px;}
.tooltip.right .topright {background: url(/i/tooltip_rightdown.png)no-repeat right top;}
.tooltip.right .top {height:20px;}
.tooltip.right .botright {background: url(/i/tooltip_rightdown.png)no-repeat right bottom;}
.tooltip.right .botleft {background: url(/i/tooltip_rightdown.png)no-repeat left bottom;height:5px;width:15px;}
.tooltip.right .bot {background-position:bottom; height:5px; margin-left:15px}
.tooltip.right .left {background-position:4px 0; padding: 0 0 0 10px;}
.tooltip.right .right {margin-top: -15px;}

.tooltip span {font-style: italic;font-weight: bold;color:#224ebf;font-size: 10pt}
.tooltip div.info {font-style: italic;font-size: 0.9em;}