/*--------------------------------------------------*/
/* Brochure                                         */

	.titleBrochure {
		background: url("../../img/brochure/titleBrochure.gif") no-repeat 0 0;
		height: 22px;
		margin: 0 0 12px;
	}

	.brochure fieldset {
		border: 0;
		width: 380px;
		margin: 0 auto;
	}

		.brochure .row {
			margin: 0 0 6px;
		}

			.brochure .row .label {
				width: 130px;
				display: block;
				float: left;
				text-align: right;
				padding: 0 12px 0 0;
			}

			.brochure .row input {
				width: 200px;
			}

		.brochure .optIn {
			padding: 0 0 0 142px;
		}

			.brochure .optIn p input {
				float: left;
				width: auto;
			}

			.brochure .optIn p label {
				float: left;
				width: 210px;
				margin: 0 0 0 6px;
			}

			.brochure .optIn p.privacy {
				padding-left: 18px !important;
				padding: 6px 0 6px 24px;
				clear: both;
			}

		.brochure .submit {
			padding: 12px 36px 0 0;
			text-align: right;
		}

			.brochure button {
				background: transparent url("../../img/global/arrow.gif") no-repeat 100% 50%;
				border: 0;
				padding: 0 8px 0 0;
				font-size: 1.2em;
				cursor: pointer;
			}
