/* tooltip styling */ 
.tooltip { 
    /*display:none; */
    background:url(http://static.flowplayer.org/tools/img/tooltip/black_big.png); 
    height:145px; 
    padding:40px 30px 10px 30px; 
    width:310px; 
    font-size:14px; 
    color:#fff; 
}

.tooltip h3 {
	font-size: 20px;
	margin-bottom: 10px;
}
