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

.tooltip{

	height:100px;
	width:400px;
	display:none;
	z-index:10000;
	background:#069;
	
	border:1px solid #ccc;
	
	}

