@charset "utf-8";
/* CSS Document */

/* de tooltip  */
.tooltip {
	display:none;
	background-color:#fff;
	font-size:12px;
	min-width:150px;
	max-width:250px;
	padding:5px;
	color:#000;
	border:solid #999 1px;
}

/* style the trigger elements */
#tooltip img {
	cursor:pointer;
}
