@charset "UTF-8";
/* CSS Document */

#programDownloadBox{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

#programDownloadBox #title{
	font-size: 16px;
	color: black;
	width: 100%;
	height: 20px;
	vertical-align: middle;
	background-color: silver;
	-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}


#programDownloadBox #bottomSection{
	width: 100%;
	vertical-align: middle;
	background-color: #efefef;
	-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}


#programDownloadBox #bottomSection #details{
	width: 55%;
	float: left;
}

#programDownloadBox #bottomSection #downloads{
	width: 30%;
	display: block;
}
