#brochureRequest label.invalid {
	color: #ff0000;
	font-style: italic;
}

#brochureRequest input.invalid,
#brochureRequest select.invalid,
#brochureRequest textarea.invalid {
	border: 2px solid #ff0000;
}

#brochureRequest {
	margin: 20px 0 0 0;
	width:350px;
}

#brochureRequest label {
	display: block;
	width: 120px;
	float: left;
	padding-top: 3px;
	font-size:11px;
	color:#1D3E7E;
}

#brochureRequest input,
#brochureRequest textarea {
	width: 200px;
	margin-bottom: 15px;
}

#brochureRequest input.submit_button {
    background-color: #1D3E7E;
    border: medium none;
    clear: left;
    color: #FFFFFF;
    float: left;
    margin: 15px 0 15px 131px;
    padding: 19px 0 12px;
    width: 203px;
}

#brochureRequest legend { display: none; }

#brochureRequest fieldset {
	padding: 0 0 0 10px;
	margin: 0;
	border: none;
	float:left;
}

#brochureRequest {
	float:left;
}

#brochureRequest_brochure {
	width:204px;
}
