#content .download-item {
}
	#content .download-item .download-item-end {
		height: 25px;
		width: 98%;
		background: transparent url(img/divider/divider_default.gif) center left repeat-x;
		clear: both;
	}


/*************************************** 
	Download form
***************************************/
#downloadForm {
	margin-top: 25px;
}

	#downloadForm input.text {
		width: 200px;
		clear: both;
	}
	
	#downloadForm select {
		width: 200px;
		clear: both;
	}
	
	#downloadForm input.submit {	
		margin-left: 10px;
	}
	
	#downloadForm br {
		display: block;
		clear: both;
	}
	
	#downloadForm #emailLbl {
		margin-top: 5px;
	}
	
	#downloadForm #platformLbl {
		margin-bottom: 5px;
	}