#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #000;
	background-color: #d5a798;
	padding: 8px;
	opacity: 1;
	font-family:geneva;
	font-size:11px;
		-moz-border-radius: 15px;
	 -webkit-border-radius: 15px;
	  border: 1px solid #000;
}
#tooltip h3{ margin:6px;
font-size:14px;
font-weight:100;
font-family:georgia;
font-style:italic;

 }

.fixedwidth {
	width:250px;
	
}

