@charset "utf-8";
/* style-my-tootltips CSS Document */
#s-m-t-tooltip{
	position:absolute; 
	max-width:300px;  
	padding:6px 8px 8px 8px; 
	background:#222; 
	z-index:10; 
	display:inline-block; /*important*/
	/*font*/
	font-family:Verdana, Geneva, sans-serif; 
	font-size:11px; 
	line-height:16px;
	color:#fff; 
	/*css3 rounded corners*/
	-moz-border-radius:5px; 
	-khtml-border-radius:5px; 
	-webkit-border-radius:5px; 
	border-radius:5px;
}
.topleft,.topright,.bottomleft,.bottomright{position:absolute; margin:20px;}
.topleft{top:0; left:0;}
.topright{top:0; right:0;}
.bottomleft{bottom:0; left:0;}
.bottomright{bottom:0; right:0;}
.center{position:relative; width:400px; margin:60px auto;}
.center p img{float:left; margin:5px 15px 0 0;}