#soultip{
	
	width:auto;
	
	/*FX
	filter:alpha(opacity:90);
	opacity: 0.9; 
	-moz-opacity:0.9;*/

	/*Do Not Edit*/
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	/*z-index:999999999;*/

	/*extra*/
	background-color:#FFFFE1;
	border:1px solid #666666;
	padding:2px;
	margin-top:0;
	
}

#soultip .header{
	line-height:16px;
	/*color:#000000;	
	font-size:9px;*/
	border:0px solid #333333;
	/*border-bottom-width:1px;
	font-weight:bold;
	margin-bottom:5px;*/	margin-top:0;

}

/*Font and Padding*/
#soultipinner{
	font-size:11px;
	font-family:Tahoma, Verdana, Helvetica;
	color:#000000;	margin-top:0;
}