/* A fake IE information bar */
#infobar {
width: 100%;position: absolute;top: 0pt;left: 0pt;height: 20px;line-height: 20px;border-bottom-width: 2px;border-bottom-style: solid;border-bottom-color: #c0c0c0;font-size: 11px;font-weight: normal;font-family: Arial;text-align: left;
}

/* Please adjust the values if the infobar is not looking good */
#infobar a, #infobar a:link, #infobar a:visited, #infobar a:active {
	display: block;font-weight: normal;background-color: #ffffe1;background-repeat: no-repeat;background-x-position: 4px;background-y-position: 2px;height: 20px;padding-left: 25px;text-decoration: none;color: #000000;width: auto;}

#infobar a:hover {
	text-decoration: none;color: #ffffff;background-color: #0a246a;}

#closeinfobar{width: 16px;height: 16px;border-top-width: 0pt;border-right-width: 0pt;border-bottom-width: 0pt;border-left-width: 0pt;border-top-style: none;border-right-style: none;border-bottom-style: none;border-left-style: none;border-top-color: -moz-use-text-color;border-right-color: -moz-use-text-color;border-bottom-color: -moz-use-text-color;border-left-color: -moz-use-text-color;float: right;margin-top: 2px;margin-right: 2px;margin-bottom: 0pt;margin-left: 0pt;}
