body {
	background-color: #FFFFFF;
	background-image: url(http://www.bluefinpays.com/imgs/bg.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	font-family: arial;
	font-size: 14px;
}

a.info {
    position:relative; /*this is the key*/
    z-index:24;
    color:#0000FF;
    font-weight: bold;
    text-decoration:none;
    font-size: 14px;
}

a.info:hover{z-index:25; background-color:#ff0}

a.info span{display: none}

a.info:hover span { /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:0em; left:2em; width:15em;
    border:1px solid #ffe719;
    background-color:#fff9c8; color:#000;
    text-align: center;
    width: 400px;
    font-size: 12px;
    font-weight: normal;
}

span.required {
	color: #FF0000;
}