/* 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: #000;
	width:100%;
	background: #FFFFE1 url(images/warning.gif) no-repeat fixed .3em .3em;
	border: .16em outset;
	text-decoration: none;
	cursor: default;
	margin:0px;
	padding: .45em 0em .45em 22px;
	font-size:11px;
}
#infobar a:hover {
	color: #FFF;
	background: #3169B6 url(images/warning.gif) no-repeat fixed .3em .3em;
}
#infowait {
	font: message-box;
}
#infowait a, #infowait a:link, #infowait a:visited, #infowait a:active {
	display: block;
	color: #FFF;
	width:100%;
	background: #990000 url(images/waiting.gif) no-repeat fixed .3em .3em;
	border: .16em outset;
	text-decoration: none;
	cursor: default;
	margin:0px;
	padding: .45em 0em .45em 22px;
	font-size:11px;
}
#infowait a:hover {
	color: #FFF;
	background: #CC0000 url(images/waiting.gif) no-repeat fixed .3em .3em;
}
