.tip {
    z-index: 999;
    position:relative;
}

.tip-top {
    z-index: 999;   
    position:relative;
}

 
.tip-title {
    font-weight: normal;
    font-size: 11px;
    margin: 0;
    color: #FFF;
    background: url(/images/tipper.png) top left;
    white-space: normal;
    width: 166px;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 2px;
    padding-left: 8px;
    position:relative;

}
         
.tip-bottom {
    background: url(/images/tipper.png) bottom right;
    height: 6px;
    z-index: 999;   
    position:relative;

}