ul.requirements li {
	margin-left:30px;
	list-style:disc;
}

#downloadContents {
	padding-left:32px;
	padding-top:2px;
	padding-bottom:32px;
}

#windowsHeader,
#macHeader{
	padding-left: 50px;
	background-repeat:no-repeat;
	line-height:40px;
}

#windowsHeader {
	background-image: url('../images/download/windows.jpg');
}

#macHeader {
	background-image: url('../images/download/mac.jpg');
}

.sysReqHeader {
	margin-top:0px;
	margin-bottom:5px;
}

#windowsDownload {
	padding-left:60px;
	background-image:url('../images/download/windows_installer.png');
	background-repeat:no-repeat;
	margin-left:20px;
}

#macDownload {
	margin-left:20px;
	padding-left:80px;
	background-image:url('../images/download/mac_installer.png');
	background-repeat:no-repeat;
}

#downloadLink {
	text-decoration: none;
	color:#333;
}

#downloadButton {
	background-color:#7E9C3A;
	padding:10px;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	font-weight:bold;
	font-size:20px;
	color:white;
	line-height:50px;
}

#downloadButton:hover {
	text-decoration:underline;
}
