﻿#tooltipHelperParent { position:fixed; z-index: 300; display: none;}

.tooltip {
	background-color:#EDEDED;
	border:1px solid #BABABA;
	color:#3A7BB1; 
	font-size:100%;
	max-width:200px;
	padding:3px;
	position:relative;
	text-align:left;
	top:0px;
	z-index:1;
}
.tooltip span {
	color:#555;
	float:left; 
	margin-right:5px;
}
.tooltip .ear { position:absolute; top:2px; left:-6px }