#easyTooltip {
	background: #ebebeb;
	font-size:15px;
	color:#000;
	line-height:18px;
	padding:3px 8px;
	text-transform:none;
	position:absolute;
	z-index:10000;
}
#easyTooltip:before {
	position: absolute;
	top: -5px;
	right: 0;
	background:url(../images/arrow-tooltip.png) no-repeat 0 0;
	width:9px;
	height:5px;
	display:block;
	content:""
}
