#pageContainer {
	background-image: url(/images/hard-copy-request-form/bkg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	min-height: 400px;
	_height: 400px;
}

#requestForm input {
	width: 186px;
	border: 1px solid #CCCCCC;
	padding: 2px 2px 2px 2px;
}

#requestForm td {
	font-weight: bold;
	font-size: 0.8em;
}

#requestForm td.error1 {
	color: #E70000;
}

#pageContainer {
	margin-bottom: 20px;
}