/* CSS Document */

/* Stopover Lists */

#stopover-left
    {
        float: left;
        margin-right: 65px;
    }

/* Form Elements */

div#brochure_container {
	position: relative;
	width: 300px;
}

div.brochure_container_left {
	float: left;
	width: 100px;
}

div.brochure_container_right {
	float: left;
	width: 200px;
	margin-bottom: 10px;
}

span.mandatory {
	color: Red;
	margin-left: 5px;
}

input#form_email {
	width: 167px;
}

input.red_button {
	background-color: #c60000;
	border: solid 1px #9c0000;
	color: #fff;
	float: right;
}

.brochure_cover {
	border: solid 1px #000;
	margin: 5px 0 10px 0;
}
/* End of CSS Document */
