.dl-wrapper {
	background-color: #fcfcfc;
	float: left;
	clear: both;
	margin: 12px auto;
	width: 100%;
	padding: 10px 0;
}

.imp-download, .imp-download-error {
	float: left;
	clear: both;
	padding: 0 10px 0 33px;
	/*margin: 0 0 10px 0;*/
	width: 90%; /*525 - (10+33)*/
}
.imp-download {
	background: #fcfcfc url('images/arrow_down.png') no-repeat 9px center;
}
.imp-download-error {
	background: #fcfcfc	 url('images/delete.png') no-repeat 9px center;
}
.imp-download strong, .imp-download-error strong {
	display: block;
	font-weight: 400;
}
.imp-download strong a, .imp-download-error strong a {
	
}
.imp-download strong a:hover, .imp-download-error strong a:hover {
	
}
.imp-download small, .imp-download-error small {
	font-size: 0.9em;
	color: #888;
}