/* CSS Document */
a.help{
	position:relative;
	z-index:0;
	font-size: 12px;
}


a.help:hover{z-index:0;
	visibility: visible; }

a.help img{
	vertical-align: middle;
	z-index:1;
}

a.help span {
	visibility: hidden;
	z-index: 1;
	position: absolute;
	padding: 10px;
	border: 1px solid Maroon;
	background-color: #FFFFDD;
	font-size: 11px;
	text-align: left;
	font-weight: normal;
	color: Maroon;
	width: 150px;
	top: 30px;
	left: 2em;
	right: -10em;
	display: block;
	align: center;
}

a.help:hover span{ /*the span will display just on :hover state*/
	visibility: visible;
	display: block;
	cursor:help;
	z-index:1;
}

title{
background-color: #FFFFDD;
font-size: px;
font-family: Arial, Helvetica, sans-serif;
padding: 10px;
color: Blue;

}
