div.tile a img { border: 0; }

div#downloadInfoBox {
	background: #a2a2a2;
	color: #000;
	display: none;
	font-family: "Myriad Pro", sans-serif;
	font-size: 12pt;	
	height: auto;
	left: 0;
	min-height: 82px;
	position: absolute;
	text-align: center;
	top: 0; 
	width: 92px;
	z-index: 1000;
}

div#downloadInfoBox a { color: #000; }

div#downloadInfoBox h3,h4,p {
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

div#downloadInfoBox ul {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

div#downloadInfoBoxCloseBtn {
	display: block;
	padding: 0 5px 0 0;
	text-align: right;
	width: 87;
}

div#downloadInfoBoxCloseBtn span { cursor: pointer; }

