
/**
 *	Positioning
 */
.brochure_popup_background,
.brochure_popup_wrap { display:none; }

body.popup_brochure .brochure_popup_background,
body.popup_brochure .brochure_popup_wrap { display:block; }

.brochure_popup_background { z-index:90; background:#000; opacity:0.6; position:fixed; top:0; left:0; width:100%; height:100%; }
.brochure_popup_wrap { position:fixed; top:10%; left:10%; z-index:999; width:75%; background:#FFF; padding:20px 2% 0; 
						box-shadow:2px 2px 8px #000; border-radius:10px; }
.brochure_popup_wrap a.close_x { float:right; margin:-30px -7% 0 0; font-size:1px; text-indent:-2999px;
						display:block; width:30px; height:30px; background:url(close.png) center center no-repeat; }

body.ie6 { height:100%; }
body.ie6 .brochure_popup_background { position:absolute; }
body.ie6 .brochure_popup_wrap { position:absolute; }

/**
 *	Appearance
 */
.brochure_popup_wrap { font-size:16px; line-height:1.5; }
.brochure_popup_wrap h2 { color:#B51D25; font-family:Georgia, serif; margin:0 0 8px 0; padding:0; font-weight:bold; }
.brochure_popup_wrap p { color:#333; margin:0 0 15px; padding:0; }
.brochure_popup_wrap p.error { margin:5px 0 0 0; padding:0.8em 0.2em; }

form.download_brochure { padding:15px 0 5px; }
form.download_brochure p { margin:5px 0 10px 0; padding:0; }
form.download_brochure p label { display:block; cursor:pointer; clear:both; }
form.download_brochure p label span { display:block; float:left; width:20%; }
form.download_brochure p label .txt { width:70%; padding:3px 5px; border:1px solid #b0c4be; border-radius:5px; }
form.download_brochure p label .txt:focus { border-color:#7e938c; box-shadow:1px 1px 2px #b0c4be; }
form.download_brochure p.submit { text-align:center; margin-bottom:0; padding-top:15px; }
form.download_brochure p.submit input { margin-bottom:12px; border-radius:10px; padding:10px 20px; cursor:pointer; }
form.download_brochure p.submit input.download { margin-right:15px; }
form.download_brochure label.error { display:none !important; }
form.download_brochure p label input.error, form.download_brochure p label input.error:focus { border-color:#C00; background-color:#faf6f6; }

form.download_brochure p.submit input { cursor:pointer; margin:0 10px 10px;
	background-color: #494949; 	border:0; color:#FFF; font-weight:bold;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#494949), to(#010101));
	background-image: -webkit-linear-gradient(top, #494949, #010101); 
	background-image:    -moz-linear-gradient(top, #494949, #010101);
	background-image:     -ms-linear-gradient(top, #494949, #010101);
	background-image:      -o-linear-gradient(top, #494949, #010101);
}
input:hover[type="button"], input:hover[type="submit"] {
	background-position:inherit; box-shadow:inset 0 0 10px #010101;
	background-color: #010101; 
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#010101), to(#494949));
	background-image: -webkit-linear-gradient(top, #010101, #494949); 
	background-image:    -moz-linear-gradient(top, #010101, #494949);
	background-image:     -ms-linear-gradient(top, #010101, #494949);
	background-image:      -o-linear-gradient(top, #010101, #494949);
}
form.download_brochure p.submit input.goaway {
	color:#000; font-weight:normal;
	background-color: #b5b5b5;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e5e5e5), to(#b5b5b5));
	background-image: -webkit-linear-gradient(top, #e5e5e5, #b5b5b5); 
	background-image:    -moz-linear-gradient(top, #e5e5e5, #b5b5b5);
	background-image:     -ms-linear-gradient(top, #e5e5e5, #b5b5b5);
	background-image:      -o-linear-gradient(top, #e5e5e5, #b5b5b5);
}

.brochure_hide_goway input.goaway { display:none; }

/** 
 *	Responsive
 */

@media only screen and (max-width: 450px) {
	form.download_brochure p.submit a { display:block; }
}

@media only screen and (max-height: 490px) {
	form.download_brochure p { margin:5px 0; }
}

@media only screen and (min-width: 800px) {
	
	.brochure_popup_wrap { left:50%; width:600px; margin-left:-320px; padding:20px 20px 5px; }
	.brochure_popup_wrap a.close_x { margin:-35px -35px 0 0; }
	
}