.jQtip {
	display: none;
	vertical-align: bottom;
	font-size: 11px;
	line-height: 13px;
	text-align: center;
	margin-left: 3px;
	margin-bottom: 2px;
	top: -2px;
	color: #9A4D18;
	border: 1px solid #FAD28F;
	background: #FFF6BD;
	border-radius: 2px;
	z-index: 5;
	white-space: nowrap;
}
#easyTooltip {
	width: 200px;
	position: absolute;
	z-index: 10;
	border: 1px solid #FAD28F;
	background-color: #FFF6BD;
	font: 1em verdana;
	color: #9A4D18;
	padding: 5px;
	opacity: 0.85;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}