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

#infobar a:hover {
	color: #FFF;
	background: #ABD6D0 url(warning.gif) no-repeat center left;
}

#infobar p{
	margin:0px;
	padding: 30px 0em 30px 20px;
	font-size:24px;
}