fieldset {
	padding: 10px;
	margin: 10px 0;
}

legend {
	font-weight: bold;
	padding: 0 5px;
}

div.row {
	position: relative;
	width: 500px;
	margin: 10px 0;
}

div.row div.left {
	float: left;
	width: 250px;
	font-weight: bold;
	margin: 5px 0 0 0;
}

div.row div.right {
	float: left;
	width: 250px;
}

input.standard {
	width: 230px;
}

select.standard {
	width: 230px;
}

textarea.large {
	width: 474px;
	height: 200px;
}

span.red {
	color: Red;
}

div#submit {
	margin: 0 auto;
	text-align: center;
}

.small {
	width: 60px;
}

div#brochure_container {
	position: relative;
	width: 500px;
}

div#brochure_container_left {
	float: left;
	width: 250px;
}

div#brochure_container_right {
	float: left;
	width: 250px
}

div.brochure_container_row {
	margin-bottom: 5px;
}

div.brochure_container_heading {
	margin: 10px 0 5px 0;
	font-weight: bold;
}