#tooltipp {
	position: absolute;
	z-index: 3000;
	left: -1000px;
}

#tooltipp_content {
	border: 3px solid #f4b265;
	padding: 5px;
	background: #FFFFFF;
	color: #333;
	font-size:12px;
	width:300px;
}