html, body  {
	margin : 0;
	padding: 0;
	width: 100%;
}

.infobar {
	font: message-box;
	-moz-user-select: none;
	/*-khtml-user-select: none;
	user-select: none;*/
	visibility: visible;
	position: relative;
	overflow: hidden;
}

.infobar a, .infobar a:link, .infobar a:visited, .infobar a:active {
	display: block;
	font-family: Tahoma, Arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	padding: .45em .3em .45em 2em;
	cursor: default;
	color: InfoText;
	text-decoration: none;
	background: InfoBackground url("http://www.haribo.com/img/xshared/icons/warning.gif") no-repeat  .3em .3em;
	border: none;
	border-bottom: .16em outset;
	z-index: 999;
}

.infobar a:hover {
	color: HighlightText;
	background: Highlight url("http://www.haribo.com/img/xshared/icons/warning2.gif") no-repeat  .3em .3em;
}
