#tooltip.pretty {
	border: none;
	width: 170px;
	padding:20px;
	height: 160px;
	opacity: 0.8;
	background: url('../images/tooltip/shadow.png') no-repeat;
}
#tooltip.pretty div { width: 170px; text-align: left; }

#tooltip.fancy {
	background: url('../images/tooltip/bubble01.gif') no-repeat;
	padding-top: 4.5em;
	padding-left: 30px;
	height: 87px;
	color: #666666;
}
#tooltip.fancy.viewport-right {
	background: url('../images/tooltip/bubble01_reverse.gif') no-repeat;
}

#tooltip.fancy.viewport-bottom {
	background: url('../images/tooltip/bubble01_bottom.gif') no-repeat;
	padding-top: 3em;
	height: 110px;
}

#tooltip.fancy.viewport-bottom.viewport-right {
	background: url('../images/tooltip/bubble01_bottom_reverse.gif') no-repeat;
}

/*
#tooltip.pretty {
	border: none;
	width: 240px;
	padding:20px;
	height: 135px;
	opacity: 0.8;
	background: url('../images/tooltip/shadow.png');
}
#tooltip.pretty div { width: 220px; text-align: left; }

#tooltip.fancy {
	background: url('../images/tooltip/bubble01.gif');
	padding-top: 4.5em;
	padding-left: 40px;
	height: 80px;
	color: #666666;
}
#tooltip.fancy.viewport-right {
	background: url('../images/tooltip/bubble01_reverse.gif');
}

#tooltip.fancy.viewport-bottom {
	background: url('../images/tooltip/bubble01_bottom.gif');
	padding-top: 3em;
	height: 110px;
}

#tooltip.fancy.viewport-bottom.viewport-right {
	background: url('../images/tooltip/bubble01_bottom_reverse.gif');
}


*/