#tooltip {
	margin-left: -5px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-top: 10px;
	position: absolute;
	z-index: 5000;
	background: url(../images/playertooltip.png) no-repeat top right;
    cursor: pointer;
	clear: left;
	float: left;
	display: inline;
    
}
#tooltip h3{
	color: #7f297c;
	text-transform: uppercase;
	font-size: 80%;
	display:inline;
	
}
 
 #tooltip span
 {
	margin-top: 0px;
	margin-left: -5px;
	margin-bottom: 0;
	margin-right: 10px;
	padding: 2px 2px 5px 12px;
	background: url(../images/playertooltip.png) no-repeat top left;
	position: relative; /*To fix IE6 problem (not displaying)*/
	float:left;
 
 }


