.tooltip {
	position: absolute;
	z-index: 20;
}
.tooltipBtmWrap {
	bottom: 40px;
	color: #333333;
	line-height: normal;
	position: absolute;
	width: 96px;
}
.tooltipBtmBody, .tooltipTopBody {
	background:#fff;
	color: #444;
	font-size: 11px;
	padding: 10px;
	text-align: left;
	border-width:2px;
  border-style:solid;
  border-color:#444;
}
.tooltipTopBody { text-align:left; }
.tooltipBtmImage {
	height: 15px;
	text-align:center;
}
.tooltipTopWrap {
	color: #333333;
	line-height: normal;
	position: absolute;
	width: 200px;
}
.tooltip .topPosition { top:20px; }
.tooltipTopImage {
	height: 11px;
	text-align:center;
	margin-bottom:-2px;
}

.infobox {
	cursor: help;
	float: left;
	margin-left: 0.5em;
}
.infoboxIcon {
	float: left;
	padding-top:2px;
}
