.adbar {	
	height: 22px;
	overflow: hidden;
	padding-left: 5px;
	background-color: #FFFFE7;
	border-bottom: solid 1px #ADAA9C;
	margin:0px;
	line-height: 22px;
	text-align:left;
	font-size:11px;
}

.adbar a, .adbar a:link, .adbar a:visited {
	text-decoration:none;
}

.adbar a:hover {
	text-decoration:underline;
}

.errorbar{	
	height: 22px;
	overflow: hidden;
	padding-left: 5px;
	background-color: #FF0000;
	border-bottom: solid 1px #ADAA9C;
	margin:0px;
	line-height: 22px;
	text-align:left;
	font-size:11px;
}