#tooltip
{
	padding: 10px;
	margin: 0;
	width: 400px;
	border: 1px solid #ccc;
	background-color: #ffff88;
	position: absolute;
	display: none;
}
