@charset "utf-8";
/*  Accessibility bar running across the top of the page  */
#accessbar {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	padding: 0 2em 0 0;
}

#accessbar ul { list-style: none; margin: 0; padding:  5px 0 0 0;}
	#accessbar ul li { display: inline; margin: 0; padding: 5px; }
	#accessbar ul li, #accessbar ul li a {
		color: #8e8e8e;
		font-weight: normal;
		font-size: 90%;
	}
	#accessbar ul li a:hover {
		background-color: transparent;
	}
	
	#accessbar ul li input[type="submit"] {
		background-color: black;
		border: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		padding: 0;
		color: white;
		
	}

	#accessbar ul li.seperator {
		border-right: solid 1px #8e8e8e;
	}
		#accessbar ul li form { display: inline; white-space: nowrap;}

		#accessbar input, #accessbar img { vertical-align: middle;}

#search_bar {
	position: absolute;
	top: 3em;
	right: 0;
	padding: 0 2em 0 0;	
}
#search_bar label {
	width: auto;
	display: none;
}
#search_bar input[type="text"] {
	border: solid 1px #d1d1d1;
	background-color: white;
	text-align: right;
	font-weight: bold;
	color: black;
}

#search_bar input[type="submit"] {
	border: none;
	background: url(../images/icon_search.gif) no-repeat left center;
	height: 16px;
	width: 16px;
}