@charset "utf-8";
/* CSS Document */

* html img {
	behavior: url(iepngfix.htc); 
}

body {
	margin: 0px;
	padding: 0px;
	background: #ffffff url(images/background.png) top left repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

body#the-form {
	background-image: none;
	padding: 25px 50px 25px 45px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#525252;
	font-size: 11px;
	line-height: 150%;
}

* html body#the-form {
	padding: 20px 50px 20px 45px;
}

*+ html body#the-form {
	padding: 20px 50px 20px 45px;
}

#wrapper {
	width: 920px;
	margin: 0 auto;
	background: url(images/background-wrapper.png) top center no-repeat;
	padding: 65px 0px 0px 180px;
}

#content {
	float: left;
	width: 435px;
	padding: 36px 0px 0px 0px;
	margin: 0px 2px 0px 0px;
}

#content p {
	font-size: 11px;
	margin: 0px;
	line-height: 150%;
	padding: 8px 40px 8px 0px;
}

#sm {
	height: 65px;
	padding-bottom: 17px;
	padding-top: 27px;
}	

#button {
	margin-top: 55px;
	margin-bottom: 65px;
	cursor: pointer;
	outline: none;
}

#clutter {
	margin-left: 60px;
}

p.credits {
	text-align: center;
	clear: both;
	color: #222222;
	font-size: 9px;
	margin: 0px;
	padding: 20px 0px;
}

p.small {
	font-size: 9px;
}

img.screenshot {
	margin-right: 40px;
}

body#the-form form {
	margin: 10px 0px 0px 0px;
}

form input {
	width: 200px;
	border: 1px #d0d0d0 solid;
	margin: 0px 0px 3px 0px;
}

form input.checkbox {
	border: 0px;
	width: auto;
}

body#the-form form label {
	display: block;
	font-size: 10px;
	color: #525252;
}

body#the-form form label.red {
	color: #cc0000;
}

body#the-form form label.cb {
	margin-bottom: 5px;
}

body#the-form form #submit {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	border: 0px;
	background-color: #d78f13;
	clear:both;
	padding: 4px 0px;
	width: 100%;
	margin: 10px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor: pointer;
}

.download1, .download2 {
	cursor: pointer;
	margin: 0px 0px 20px 0px;
	width: 519px;
	height: 210px; 
	border: 0px;
	outline: none;
}

.download2 {
	width: 401px;
	height: 134px; 
}


