#header {
	background-color: #024e43;
	color: white;
	padding: 8px;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
#brochureTable {
	width: 100%;
}
.tdDesc {
	width: 35%;
	text-align: right;
	height: 30px;
	vertical-align: bottom;
}
.tdField {
	vertical-align: bottom;
	width: 30%;
}
.tdError {
	width: 35%;
}
.err {
	display: none;
	color: red;
	font-size: 10px;
}
#tdButton {
	height: 50px;
	vertical-align: bottom;
	text-align: center;
}