#tooltip {
	position: absolute;
	z-index: 3000;
	font-size: 11px;
	line-height: 16px;



	opacity: 1;}
#tooltip h5, #tooltip div { margin: 0; }

#tooltip.pretty1 {
	width: 125px;
	height: 68px;
	text-align: left;
		padding: 22px 18px 15px 18px;
	background: url(images/tips1.png) top center no-repeat;}

#tooltip.pretty2 {
	width: 125px;
	height: 73px;
	text-align: left;
		padding: 15px 18px;
	background: url(images/tips2.png) top center no-repeat;}

#tooltip.pretty3 {
	width: 155px;
	height: 18px;
	text-align: right;
		padding: 3px 20px;
	background: url(images/tips3.png) top right no-repeat;}