/* Brochure Request styles */
#brochureRequestForm {
	background-image: url(../images/brochure.gif);
	background-position: right;
	background-repeat: no-repeat;
	width: 500px;
}

#brochureRequestForm input {
	margin-bottom: 10px;
	margin-left: 10px;
}

#brochureRequestForm label {
	width: 100px;
	display: block;
	float: left;
	text-align: right;
}

#brochureRequestForm .submit {
	margin-left: 110px;
}