@charset "utf-8";
/* Access Bar */
#accessbar { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: url(../images/accessbar.png) repeat-x bottom;
	height: 2em;
	padding-bottom: 13px;
}
	#accessbar ul { padding: 0;}
		#accessbar ul li { padding-right: .5em; display: block; float: left;}
		#accessbar label, #accessbar a { color: white; display: block; float: left;  }
		#accessbar form { display: inline;}
		#accessbar input, #accessbar label { float: left;}
		#accessbar label { width: auto; }
		#accessbar input[type="submit"], #accessbar input[type="button"] {
			cursor: pointer;
			border: none;
			background: none transparent;
			padding: 0;
			margin: 0;
			display: inline;
			vertical-align: bottom;
		}
		#accessbar .textresize_normal {font-size: 75%; color:white }
		#accessbar .textresize_medium {font-size: 105%; color:white}
		#accessbar .textresize_big {font-size: 125%; color:white}
		#accessbar .textresize_large {font-size: 145%; color:white}
			
		#colourcontrast	label {
			display: none;
		}	
			
		#webpagecontrast0, #webpagecontrast1, #webpagecontrast2 {
			margin: 0 .2em;
		}

/*  Search */
#search_bar { 
	float: right;
	clear: right;
	padding: 1em 1em 1em 0;
	margin: 2em 0 0 0;
}
	#search_bar label {  display: none;}

	#search_bar input[type="text"] {
		border: none;
		background-color: #e3e3e3;
		background-image: none;
		border: solid 1px #e3e3e3;
		color: black;
		padding: .4em 1em;
		width: 19em;
		-moz-border-radius: 8px;
	}
	#search_bar input[type="text"]:hover, #search_bar input[type="text"]:focus {
		border: solid 1px #e3e3e3;
	}
	#search_bar input[type="submit"] {
	}
	#search_bar input[type="submit"]:hover {

	}
