#s-m-t-tooltip{
	/*position:absolute; 
	max-width:300px;  
	padding:4px 8px 4px 8px; 
	background:#222; 
	z-index:1000; 
	display:inline-block; /*important*/
	/*font*/
	/*font-family:LeagueGothicRegular, Verdana, Geneva, sans-serif; 
	font-size:22px; 
	line-height:16px;
	color:#fff; 
	/*css3 rounded corners*/
	/*-moz-border-radius:5px; 
	-khtml-border-radius:5px; 
	-webkit-border-radius:5px; 
	border-radius:5px;
	opacity:0.5;
	filter:alpha(opacity=50);*/
}