/* 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;
	float: left;
	clear: both;
	width: 100%;
	color: #000000;
	background-color: #E9FFE6;
	padding: 0.45em 0.3em 0.45em 1em;
	border-bottom: .16em outset;
	text-decoration: none;
	cursor: default;
}

#infobar a:hover {
	color: #E9FFE6;;
	background-color: #006600;
}

/* A fake viewplot for IE information bar */
#viewplot {
	width: 100%;
	height: expression(this.parentNode.offsetHeight - this.offsetTop);
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 0em;   /* Please set this to the value as that of your <body> */
}