
div#download-button {
	width:17em;
	border:1px solid #ccc;
	margin:2em 1em;
	padding:3px;
}

div#download-button div {
	position:relative;
	background:#63A624 url("/Images/grad_dark.png") repeat-x scroll center bottom;
	padding:.4em 3em .4em .6em;
	line-height:1.4;
	color:white;
}

div#download-button img {
	position:absolute;
	top:-10px;
	right:5px;
}

div#download-button a
{
	font-size:1.1em;
	color:white;
}

div#download-button span
{
	font-size:.75em;
	color:#EAEAEA;
}

