#info {
	overflow: hidden;
	position: fixed;
	z-index:2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	top:0px;
	left:0px;
	width:100%;
	padding: .45em .3em .45em 2em;
	border-bottom: .16em outset;
	background: InfoBackground url(icon_warning.gif) no-repeat fixed .3em .3em;
}
#info a, #info a:link, #info a:visited, #info a:active {
	color: InfoText;
	text-decoration: none;
}
#info:hover {
	background: Highlight url(icon_warning_hover.gif) no-repeat fixed .3em .3em;
}
#info:hover a {
	color: HighlightText;
}
