form.brochure{
	margin-top: 8px;
	margin-left: 30px;
	position:relative;
	float:left;
}

form.brochure label{
	font-size: 12px;
	margin-left: 10px;
}

form.brochure input{
	width: 150px;
	font-size: 12px;
	margin-top: 8px;
}

form.brochure select{
	width: 155px;
	font-size: 12px;
	margin-top: 8px;
}

form.brochure input.download{
	margin-top: 20px;
	width: 74px;
	margin-right: 4px;
}


#mainBackground{
	z-index: 12;
	position: fixed;
	width: 100%;
	height: 100%;
	display: none;
}

#mainBackgroundBody{
	background-color: #000000;
	width: 100%;
	position: fixed;
	height: 100%;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#backgroundBlack{
	z-index: 13;
	position: fixed;
	width: 100%;
	height: 100%;
	display: none;
}

#backgroundBlackBody{
	margin-top: 201px;
	background-color: green;
	width: 580px;
	height: 324px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	opacity: 0.40;
	filter: alpha(opacity=40);
}

#backgroundGreen{
	z-index: 14;
	position: fixed;
	width: 100%;
	height: 100%;
	display: none;
}

#backgroundGreenBody{
	margin-top: 203px;
	background-color: #000000;
	width: 576px;
	height: 320px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	opacity: 0.90;
	filter: alpha(opacity=90);
}

#brochureMain{
	z-index: 15;
	position: fixed;
	width: 100%;
	height: 100%;
	display: none;
	_position:absolute;
	_top:0;
}

#brochureMainBody{
	margin-top: 203px;
	color: #ffffff;
	width: 550px;
	height: 320px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-top: 20px;
	_background-color:#000;
	_filter: alpha(opacity=70);
}

#brochureMainBody2{
	margin-top: 203px;
	color: #ffffff;
	width: 390px;
	height: 320px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-top: 20px;
	padding-left: 50px;
	display: none;
}

#brochureMainBody2 input.download{
	margin-top: 20px;
	width: 74px;
	margin-right: 4px;
}

#brochureMainBody2 a{
	text-decoration: none;
	color: #23989D;
}

#brochureMainBody2 a:hover{
	text-decoration: underline;
	color: #e9a323;
}

.brochureflash {position:relative; float:left; width:165px; background-color:none; margin-right:10px;}
