/*Based on No IE Information Bar 0.2.6 by Martin Ng <http://minghong.webhop.org>, modified by Kornel Lesinski. Under license:http://creativecommons.org/licenses/by-nc/2.0/legalcode*/
#infobar {
	width:100%;
	font: normal 8pt/1 "MS Sans Serif";
}
#infobar a {
	display:block;
	font:message-box;
	zoom:1;
	color:InfoText;
	background:InfoBackground url(infobar.gif) no-repeat fixed .33em .2em;
	padding:.45em .3em .45em 2.3em;
	border-bottom:.16em outset;
	text-align:left;
	text-decoration:none;
	cursor:default
}
#infobar a {
	font-size:8pt;
	letter-spacing:0
}
#infobar a:hover {
	color:HighlightText;
	background-color:Highlight
}
#infobar b {
	position:absolute;
	right:5px;
	top:3px;
	font-size:11px;
	font-family:webdings;
	cursor:hand
}