#box_1 {
	width: 44%;
	float: left;
}

#box_2 {
	width: 54%;
	float:right;
}

#brochure_fieldset_1, #brochure_fieldset_2, #brochure_fieldset_3, #brochure_fieldset_4, #brochure_fieldset_5, #brochure_fieldset_6 {
	border: none;
	margin: 10px;
}



#brochure_form label {
	width: 220px;
	text-align: right;
	padding-right: 10px;

}

#brochure_fieldset_1 label {
	float: left;
	padding-top: 2px;
}

#brochure_fieldset_1 .brochure_field {
	clear: both;
	margin-bottom: 10px;
}

.brochure_field input.text_field {
	width: 230px;
}

.brochure_field textarea {
	width: 460px;
	height: 100px;
}

#brochure_error {
	width: 450px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 5px;
}

.fieldWithErrors {
	border: 1px solid #AEAEAE;
	background: #ff0000;
	color: #ff0000;
	width: 235px;
	padding: 3px;
	float: left;
	margin-bottom: 10px;
}

#brochure_sent_info {
	height: 200px;
	text-align: center;
	margin-top: 100px;
}

div.brochure_field select {
	width: 230px;
}

fieldset#brochure_fieldset_3 label strong {
	color: #0E3598;
}
