span#pretty, span#innbytte, span#info {
	font-weight: bold;
	
	cursor:help;
	text-decoration: underline;
}

#tooltip.pretty {
	font-size: 12px;
	font-family: Arial;
	border: none;
	width: 210px;
	padding:20px;
	height: 135px;
	opacity: 0.9;
	background: url('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; }

