table.download {
	border:1px solid #e0e0e8;
	background-color:#f4f4f4;
	padding:10px 15px;
	width:100%;
	border-spacing:0px;
	margin-top:5px;
	margin-bottom:20px;
	-moz-border-radius:10px;
}
table.download td:first-child {
	width:150px;
}

table.unofficial td:first-child {
	width:150px;
}

table.download td:nth-child(2) {
	width:400px;
}

img.banshee_logo {
	float:right;
	margin-top:-100px;
}

div.warning {
	color:#666666;
	border:1px solid #ffc0c0;
	background-color:#fff0f0;
	padding:10px 15px;
	width:96%;
	border-spacing:0px;
	margin-top:5px;
	margin-bottom:30px;
	-moz-border-radius:10px;
}

