@charset "utf-8";

div.tooltip	{
	width: 200px;
	position: absolute;
	left: -9999px;
	background: #eee;
	padding: 2px;
	border: 1px solid #aaa;
	text-align:left;
	font-size:80%;
}
div.tooltip p{
	color: #fff;
	background: #222;
	padding: 5px 10px;
}