#soultip{
	/*Width - Height*/
	width: auto;
	height: auto;
	/*FX*/
	filter:alpha(opacity:90);

	/*Do Not Edit*/
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	z-index:999999999;

	/*extra*/
	background-color: #FFF;
	border:1px dashed #666;
	padding:10px;
}

#soultip .header{
	line-height:13px;
	color:#000;
	font-size:11px;
	border:0px solid #333;	
	border-bottom-width:1px;
	font-weight:bold;
	margin-bottom:5px;
}

/*Font and Padding*/
#soultipinner{
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:15px;
	color:darkblue;
	vertical-align:middle;
	
}


