div.formItem { 
	padding: .25em 0; 
}
label { 
	display: block; 
	width: 210px; 
	float: left;
	font-weight: bold;
	text-align: right;
	padding-right: 1em;	
}
select, input[type=text] {
	width: 250px;
}
select#howSel {
	width: auto;
}

div.floatFieldBlock {
	display:inline-block;
	text-align:left;
	vertical-align: top;
	padding: 1em 1em 0 0;
}

div#sysReqDiv {
	clear: both;
	padding: 1em 0;
	border-top: 1px solid black;
}
div#privacyDiv {
	margin: .75em 210px; 
	width: 250px;
}
div#privacyDiv ul li {
	padding-bottom: .75em;
}
div#btnLabel { 
	display: block; 
	width: 210px; 
	float: left;
	font-weight: bold;
	text-align: right;
	padding-right: 1em;	
}

table#sysReqTable {
	border-collapse: collapse;
}
table#sysReqTable th {
	color: white;
	background-color: black;
	width: 150px;
}
table#sysReqTable td, th {
	width: auto;
	border-bottom: 1px solid black;
	padding: 1em;
}

a#downloadBtn{
	display: inline-block;
	color: #000;
	font-size: larger;
	text-decoration: none;
	border: 1px solid #707070;
	padding: 1em;
	margin: 1em;
	background-color: white;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/* For WebKit (Safari, Google Chrome etc) */
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#cfcfcf));
	/* For Mozilla/Gecko (Firefox etc) */
	background: -moz-linear-gradient(top, #f2f2f2, #cfcfcf);
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f2f2f2f2, endColorstr=#cfcfcfcf);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f2f2f2f2, endColorstr=#cfcfcfcf)";
}	
	
a#downloadBtn:hover{
	border: 1px solid #3c7fb1;
	/* For WebKit (Safari, Google Chrome etc) */
	background: -webkit-gradient(linear, left top, left bottom, from(#eaf6fd), to(#a7d9f5));
	/* For Mozilla/Gecko (Firefox etc) */
	background: -moz-linear-gradient(top, #eaf6fd, #a7d9f5);
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#eaf6fd, endColorstr=#a7d9f5);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#eaf6fd, endColorstr=#a7d9f5)";
}	