.DownloadTile {
	width: 220px;
	border: 1px white solid;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-image: url("/imgsrc/fog.png");
	float: left;
	margin-bottom: 5px;
	margin-right: 25px;
	text-align: left;
	font-weight: normal;
	position: relative;
	}
	
.DownloadTile img {
	width: 100px;
	height: 100px;
	margin: 5px;
	position:relative;
	float:left;
	}
	
.WallTitle {
	width: 110px;
	position: relative;
	float: right;
	font-weight: bold;
	text-align:center;
	}

.WallSizes {
	position: absolute;
	right: 7px;
	top: 0px;
	width: 100px;
	text-align: center;
	}