

#tooltip{
	/*width: 100px;  
	height: 50px; 
	*/
	overflow: hidden;
	position: relative;
	background-color: #f4eeb8;
	box-shadow:0px 2px 8px #333333
}


#tooltiptext{
	position: relative;
	left:10px;
	top:7px;
	font-size:12px;
	color:#333333;	
	margin-right:15px;
	margin-bottom:15px;
	/*
	border-style: solid;
	border-color: #000000;
	*/
	/*background-color: #f4eeb8;*/
	/*box-shadow:0px 2px 8px #333333*/
	
}

