<!--
body {
	background-image: url(/images/bkgrnd.gif);
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

/* SIGNUP page styles */
.alert { color: #ff0000; }
.formHelp { font-size:90%; }

a.info {
	position:relative; /*this is the key*/
	z-index:24;
	/* background-color:#ccc; */
	/* color:#000; */
	/* text-decoration:none; */
}

a.info:hover {
	background-color:#ffffff;
	z-index:25;
}

a.info span {
	display: none;
	font-size:11px;
	padding:2px;
}

a.info:hover span { /*the span will display just on :hover state*/
	display:block;
	position:absolute;
	top:0em; left:10em; width:10em;
	border:2px solid #990000;
	background-color:#cc6666; 	/* #fff; */
	color:#000000; 			/* color:#000; */
	text-align: left;
	text-decoration:none;
}
-->
