/* 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;
	width:1002px;
	margin: 0 auto;
	background: #FFFFE1 url('images/warning.gif') no-repeat center left;
	border-bottom: .16em outset;
	font-family: Tahoma, Verdana, Arial, "Arial Unicode MS", "Bitstream Vera Sans", "Lucida Grande", Helvetica, sans-serif;
	color: #FF0000;	
	text-decoration: none;
	cursor: pointer;
}

#infobar a:hover {
	color: #FFF;
	background: #3169B6 url('images/warning.gif') no-repeat center left;
}

#infobar p{
	margin:0px;
	padding: .45em 0em .45em 22px;
	font-size:16px;
}