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

.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;
	background: InfoBackground url("../../../img/xshared/icons/warning1.gif") no-repeat  .3em .3em;
	border: none;
	border-bottom: .16em outset;
	z-index: 999;
}

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