.imp-download, .imp-download-error {padding: 5px 0px 0px 70px; 
	margin: 0 0 12px 0px; 
	width: 300px; 
	margin-left:auto; 
	margin-right:auto
}

.imp-download {
	background: #1b1814 url('dl_image.png') no-repeat 15px center;
	border: 3px ridge #cccccc;
	border-style: ridge;

}
.imp-download-error {
	background: #1b1814 url('dl_error.png') no-repeat 15px center;
	border: 3px solid red;
}
.imp-download strong, .imp-download-error strong { display: block; font-size: 1.1em; }
.imp-download small, .imp-download-error small { font-size: 0.9em; color: #888888; }