span.hastooltip {
	display:none;
	float:left;
	background-color:#f2651c;
	padding:3px 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width:110px;
    min-height: 55px;
	font-size:12px;
	line-height:12px;
	position:absolute;
	margin:-48px 0 0 -230px;
}
span.tooltipArrow {
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;
	border: 6px solid transparent;
	border-left-color: #f2651c;
	bottom: 2px;
	right: -15px;
}
span.hastooltip::after {
	content: "×";
	position: absolute;
	bottom: 0;
	right: 3px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	font-size: 14px;
}