div,h3{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
	  
#tooltip.pretty {
	font-family: Arial;
	border: none;
	width: 210px;
	padding:20px;
	height: 135px;
	opacity: 1.0;
	background: url('../images/shadow.png');
}

#tooltip.pretty h3 {
	margin-bottom: 0.75em;
	font-size: 12pt;
	width: 220px;
	text-align: center;
}
#tooltip.pretty div { width: 220px; text-align: left; font-size:12px }



#tooltip.pretty2 {
	font-family: Arial;
	border: none;
	width: 160px;
	padding:20px;
	height: 61px;
	opacity: 1.0;
	background: url('../images/shadow2.png');
}

#tooltip.pretty2 h3 {
	margin-bottom: 0.75em;
	font-size: 12pt;
	width: 160px;
	text-align: center;
}
#tooltip.pretty2 div { width: 160px; text-align: center; font-size:12px}

