#brochures_left {
float:left;
width:350px;
min-height:100px;
margin:0 20px 0 0;
}

#brochures_right {
float:left;
width:350px;
min-height:100px;
margin:0 ;
}

#brochures_left label, #brochures_right label {
float:left;
width:100%;
text-align:justify;
margin:0 0 5px 0;
font-size:14px;
color:#333;
font-weight:bold;
}

#brochures_left input, #brochures_right input, #brochures_left select, #brochures_right select {
float:left;
margin:0 0 10px 0;
width:300px;
}

#brochures_left textarea, #brochures_right textarea {
float:left;
width:300px;
margin:0 0 10px 0;
height:65px;
}
