html, body  {
	width: 100%;
}

.infoBar {
	font: message-box;
	text-align: left;
}

.infoBar a, .infoBar a:link, .infoBar a:visited, .infoBar a:active {
	display: block;
	padding: .45em .3em .45em 2em;
	cursor: default;
	color: InfoText;
	text-decoration: none;
	text-align: left;
	background: InfoBackground url("http://atlas.flashmapped.com/img/Xshared/icons/warning.gif") no-repeat  .3em .3em;
	border-bottom: .16em outset;
	z-index: 999;
}

.infoBar a:hover {
	color: HighlightText;
	background: Highlight url("http://atlas.flashmapped.com/img/Xshared/icons/warning2.gif") no-repeat  .3em .3em;
}
