a.info {
	position: relative;
	z-index: 24;
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
}
a.info:hover {
	z-index: 25;
}
a.info span {
	display: none;
}
a.info:hover span {
	display: block;
	position: absolute;
	top: 6.8em;
	left: -8.2em;
	width: 32em;
	border: 1px solid #000;
	color: #000;
	background: #ffffe1;
	padding: 5px;
}