/* 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: #FFFFFF;
	width:100%;
	background: #CC0000 url(warning_.gif) no-repeat left;
	border-bottom: .16em outset;
	text-decoration: none;
	cursor: default;
}

#infobar a:hover {
	color: #990000;
	background: #FFFFFF url(warning_2.gif) left no-repeat;
}

#infobar p{
	margin:0px;
	padding: .45em 0em .45em 22px;
	padding-left: 310px;
	font-size:1.7em;
	font-weight: bold;
}