#tooltip{
	position: absolute;
	display: none;
	border: 1px solid #333;
	background: #fff;
	padding: 5px 20px;
	color: #333;
	width:200px;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

div.title{
		font: normal 10px Helvetica, sans-serif;
}