body {
	background-color: #BFBFBF;
	margin: 0;
	padding: 0;
}

div#shadow_wrapper {
	background: url(/images/shadow.png) 0% 0% repeat-y;
	margin: 0 auto;
	width: 920px;
	height: 761px;
}

div#header {
	background: url(/images/header.png) 0% 0% no-repeat;
	width: 900px;
	height: 165px;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}

div#wrapper {
	background: #d3d3d3 url(/images/background.png) 0% 0% repeat-x;
	width: 900px;
	height: 626px;
	margin: 0 auto;
	position: relative;
	top: 0px;
	z-index: 2;
	top: -30px;
}

div#big_box {
	height: 510px;
	width: 831px;
	position: relative;
	margin: 0 auto;
	top: 45px;
}

div#big_box_top {
	background: url(/images/big_box_top.png) 0% 0% no-repeat;
	width: 831px;
	height: 32px;
}

div#big_box_middle {
	background: url(/images/big_box_middle.png) 0% 0% repeat-y;
	height: 446px;
	width: 831px;
}

div#book {
	background: url(/images/book.png) 0% 0% no-repeat;
	width: 213px;
	height: 392px;
	position: absolute;
	top: 24px;
	left: -26px;
}

div#box_title {
	position: absolute;
	width: 600px;
	height: 70px;
	top: 24px;
	left: 200px;
	font-family: 'Arial Black', serif;
	font-size: 30px;
	text-align: center;
	line-height: 34px;
}

div#box_description {
	position: absolute;
	width: 300px;
	height: 260px;
	top: 94px;
	left: 200px;
}

div#box_description ul {
	padding-left: 28px;
	margin: 0;
}

div#box_description li {
	padding-top: 10px;
	padding-left: 0px;
	font-family: 'Times New Roman', serif;
	font-size: 18px;
	word-spacing: -1px;
	line-height: 18px;
}

span#box_bold {
	font-weight: bold;
}

div#box_download {
	position: absolute;
	width: 314px;
	height: 336px;
	top: 125px;
	left: 500px;
}

div#box_download_left {
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(/images/download_form_left.png) no-repeat;
	width: 36px;
	height: 336px;
}

div#box_download_center {
	position: absolute;
	height: 336px;
	background: url(/images/download_form_middle.png) 0% 0% repeat-x;
	width: 242px;
	top: 0px;
	left: 36px;
}

div#box_download_title {
	position: absolute;
	top: 20px;
	z-index: 8;
	text-align: center;
	font-family: 'trebuchet', 'helvetica neue', sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
}

div#box_download_center form {
	position: absolute;
	top: 65px;
}

div.box_download_input label {
	display: block;
	font-size: 16px;
	font-weight: bold;
	font-family: 'trebuchet', 'helvetica neue', sans-serif;
}

div.box_download_input input {
	width: 232px;
	font-size: 17px;
	margin-bottom: 6px;
	border: 1px solid #b6b6b6;
	padding: 4px;
	background: #FFF url(/images/input_background.png) repeat-x;
	z-index: 5;
	font-family: 'trebuchet', 'helvetica neue', sans-serif;
}

input#box_download_submit {
	position: relative;
	left: -6px;
	z-index: 8;
	width: 256px;
	top: 10px;
}

div#box_download_right {
	position: absolute;
	top: 0px;
	left: 278px;
	background: url(/images/download_form_right.png) 0% 0% no-repeat;
	width: 36px;
	height: 336px;
}

div#box_bubble {
	position: absolute;
	width: 426px;
	height: 106px;
	background: url(/images/bubble.png) 0% 0% no-repeat;
	top: 390px;
	left: 40px;
}

div#big_box_bottom {
	background: url(/images/big_box_bottom.png) 0% 0% no-repeat;
	width: 831px;
	height: 32px;
}

div#footer {
	position: relative;
	text-align: center;
	top: 30px;
	z-index: 6;
	font-family: 'trebuchet', 'helvetica neue', sans-serif;
	color: #444;
	font-size: 11px;
}

@-moz-document url-prefix() {
	div.box_download_input input {
		font-size: 18px;
		padding-left: 4px;
		padding-right: 4px;
		padding-top: 2px;
		padding-bottom: 2px;
	}

	div#footer {
		bottom: 0px;
	}

	div#closer {
		height: 30px;
		position: relative;
		background: url(/images/shadow.png) 0% 0% repeat-y;
		margin: 0 auto;
		width: 920px;

	}

	div#closer_inside {
		background-color: #d3d3d3;
		height: 30px;
		width: 900px;
		margin: 0 auto;
	}
}

