.content_clear {
	clear: both;

}

.spacer {
height: 5px;
}

#accessibility {
	width: 100%;
        background-image: url(/stylesheet/Bath/access_bar_bg.gif);
	background-repeat: repeat-x;
	height: 30px;
	margin: 0;
	padding: 0;
	font-size: 62.5%;
}

#access_container {
       width: 980px;
       margin: 0px auto;
}

	#access_left {
		width: 50%;
		float: left;
		text-align: left;
	}
	
	#access_right {
		width: 50%;
		float: right;
		text-align: right;
	}

#search input.textbox {
width:200px;
padding:2px 3px;
font-size: 1em;
position: relative;
top: 3px; /*for mozilla*/
#top: 1px; /*override for IE7*/
}

#search .interface-button{
top: 3px; /*for mozilla*/
#top: -3px; /*override for IE7*/
}

#accessibility ul {
	margin: 0;
	padding: 3px 0 5px 0;
	line-height: 1em;
}

	#accessibility li {
		display: inline;
	}

/*Error boxes */

.error_message
{
width: 980px;
height:50px;
margin: 0 auto;
padding: 5px;
background-color: #D0241C;
color: #fff;
}

.error_message h2 {
font-size: 24px;
margin: 5px 0px;
}

.error_message p {
font-size: 12px;
}

/*login problems*/
#login_error {
padding: 5px;
background-color: #D0241C;
color: #fff;
}