/* trigger button */ 
#tip_link { 
    display:block; 
    overflow:hidden; 
    cursor:pointer; 
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 0px;
} 
 
 
/* tooltip styling */ 
.tooltip { 
    display:none; 
    /*background:url(http://static.flowplayer.org/tools/img/tooltip/black_arrow_big.png);*/ 
	background-color: #333333;
    padding:40px 30px 10px 30px; 
    width:310px; 
    font-size:11px; 
    color:#fff; 
    z-index: 999;
} 
 
/* a .label element inside tooltip */ 
.tooltip .label { 
    color:yellow; 
    width:35px; 
} 
 
.tooltip a { 
    color:#ad4; 
    font-size:11px; 
    font-weight:bold; 
}
