a.info
{
	position: relative;
	text-decoration: none;
	z-index: 24
}

a.info:hover
{
	z-index: 25;
	background-color: #fff	/* if this attribute is removed, it stops working in IE ... so set it to the same color as the page */
}

a.info span
{
	display: none
}

a.info:hover span
{
	display:block;
	position:absolute;
	top:1.5em;
	left:1.5em;
	width:22em;
	background-color: #DAE3F2;
	border: 1px solid #aaa;
	color:#000;
	text-align:left;
	padding: 1em;
	text-decoration: none;
}
