/* A fake IE information bar */
#infobar {
	font: message-box;
}

/* Please adjust the values if the infobar is not looking good */
#infobar a, #infobar a:link, #infobar a:visited, #infobar a:active {
	display: block;
	color: Black;
	width: 94%;
	background: Yellow url(warning.gif) no-repeat scroll 3px;
	border-bottom: 2px solid #191970;
	text-decoration: none;
	cursor: default;
	padding: 5px 6px;
	padding-left: 22px;
	}

#infobar a:hover {
	display: block;
	color: White;
	width: 94%;
	background: Red url(warning.gif) no-repeat scroll 3px;
	border-bottom: 2px solid Black;
	text-decoration: none;
	cursor: default;
	padding: 5px 6px;
	padding-left: 22px;
}

#infobar p{
	margin:0px;
	padding: 2px 0px 4px 22px;
	font-size:11px;
}