#tooltip { 
	top: 50px;
	left: -50px;
	width: 200px;
	height: auto;
	font-size: 10px;

	background-color: #EBEBEB;
	border: 1px solid #666666;

	color: #000000;
	font-family: Arial;
		
	padding: 10px;
	position: relative;
	
	cursor: default;
}

#closeTooltip { 
	top: 0;
	right: 0;
	width 5px: 
	height: 5px;
	font-size: 8px;

	color: #666666;
	font-family: Arial;
	
	padding: 5px;	
	position: absolute;
	
	cursor: pointer;
	
	z-index: 10000;
}
