#tooltip {
	width:300px;
	font-size:11px;
	position: absolute;
	z-index: 3000;
	border: 1px solid #eee;
	background-color: #eee;
	color:#666;
	padding: 10px;
	opacity: 0.9;
}
