
#tooltip.pretty {
	font-family: Arial;
	border: none;
	height:350px;
	width:350px;
	overflow:hidden;
	background:#FEFEFE;
	border:5px solid #000000;
}
#tooltip .body img
{
width:350px;

}
#tooltip.pretty h3 {
	margin-bottom: 0.75em;
	font-size: 12pt;
	text-align: center;
	display:none;
}
#tooltip.pretty div { text-align: left; }

#tooltip.fancy {
	background: url('shadow2.png');
	padding-top: 5em;
	height: 100px;
}
#tooltip.fancy.viewport-right {
	background: url('shadow2-reverse.png');
}

#extended { margin: 2em 0; }
#extended label { text-decoration: underline; }
#yahoo { width: 7em; }
#right, #right2 { text-align: right; }
#tooltip.right { width: 250px; }
#fancy2 { float: right; }