


#tooltip.pretty {
	font-family: Arial;
	border: none;
	width: 500px;
	opacity: 0.8;
	height: 275px;
	background: url('/images/tooltips/shadow.png');
}
#tooltip.pretty h3 {
	margin-bottom: 0.75em;
	font-size: 12pt;
	width: 480px;
	text-align: center;
}
#tooltip.pretty div { width: 220px; text-align: left; }

#tooltip.fancy {
	background: url('/images/tooltips/shadow2.png');
	padding-top: 5em;
	height: 200px;
}
#tooltip.fancy.viewport-right {
	background: url('/images/tooltips/shadow2-reverse.png');
}

#extended { margin: 2em 0; }
#extended label { text-decoration: underline; }
#yahoo { width: 7em; }
#right, #right2 { text-align: right; }
#tooltip.right { width: 500px; }

#tooltip.fancy div{
    padding : 20px;
}

.tooltip{
    font-size:larger;
    text-decoration:underline;
    cursor:crosshair;
    height:30px;
}

