a.tooltip span {
	display: none;
	width: 200px;
	padding: 5px;
	margin: 10px 0 0 -10px;
}
a.tooltip:hover span {
	display: inline; 
	position: absolute; 
	border: 0px solid #CCC; 
	border-radius: 5px;
	background: #EEE;
	color: #000;
	font-size: 11px;
	line-height: 1.6em;
	z-index: 1;
	width: 512px;
	text-shadow: -1px 1px 0 rgba(255, 255, 255, 1);
}
a.tooltip:hover span.small {
	width: 128px;
}