#hdr, .red-button {
	display: none;
}
.cleardiv {
	clear: both !important;
}

body #content div.container-notes, body #content div.container-form {
	margin: 0; padding: 10px;
	width: 90%;
	clear: both;
	display: block;
}
body #content div.journals-a-z {
	padding: 10px 0;
}
body #content ul.journal-list {
	padding: 5px;
}
#content ul.locations li {
	margin: 0 5px 0 0;
}

body #content h1, body #content h2, body #content legend {
	margin: 0; padding: 0;
	color: #000 !important;
	background: transparent;
	font-weight: bold;
}
h1, h2 {
	clear: both;
}
body #content legend {
	padding: 5px 0;
}

body #content input[type="text"], body #content textarea, body #content select {
	background: #fff !important;
	border: 1px solid #999 !important;
	overflow: hidden;
}
body #content textarea {
	width: 97% !important;
	margin: 5px 0 0 0 !important;
}
fieldset {
	clear: both;
}
div.library-details fieldset, div.your-details fieldset, div.journals-a-z fieldset {
	clear: none;
}