#tooltip {
	position: absolute;
	z-index: 3000;		
	background-color:#fff;
	border:solid 1.5px #b5a3a5;
	color:#b5a3a5;	
	}
#tooltip h3, #tooltip div {
	text-align:center;
	color:#b5a3a5;
	font:Tahoma;
	font-size:12px;
	font-weight:bold;
	padding:3px 7px;
	 -moz-box-shadow: 0 0 1em gray;
	-webkit-box-shadow: 0 0 1em gray;
	}