div.dynamic_page_element.download {
	width: 265px;
	height: 65px;
	background: black url(images/download.jpg) no-repeat scroll center center;
	cursor: pointer;
}
div.dynamic_page_element.download p {
	width: 140px;
	margin-left: 10px;
	height: 100%;
	text-align: center;
	display: table;
}
div.dynamic_page_element.download a {
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 80%;
	display: table-cell;
	vertical-align: middle;
	line-height: 130%;
}
div.dynamic_page_element.download a strong {
	color: #E13289;
}