.download-bg {
	width: 270px;
	height: 184px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	position: absolute;
	right: 21px;
	top: 16px;
	background-color: #fff;
	opacity:0.75;
}

.download {
	padding: 9px 22px;
	width: 226px;
	height: 182px;
	color: #000;
	position: absolute;
	right: 21px;
	top: 16px;
}

.download h4 { margin: .7em 7px .5em; }
.download ul { list-style: none; }
.download ul li { margin: 0.25em 7px; }
.download a { color: #000; }
.download a.download-button {
	text-decoration: none;
	font-size: 18px;
	width: 225px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	display: block;
	background-color: #00A651;
	border: 1px solid #006F45;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	height: 59px;
	line-height: 59px;
}
