.imp-download, .imp-download-error { padding: 10px 10px 10px 55px; margin: 0 0 10px 0; }
.imp-download {
	-moz-border-radius: 15px;
  border:2px solid #c0d0d0;
  
  background: #e0eded url('dl_image.gif') no-repeat 15px center;
	
}
.imp-download-error {
	background: #ffeeee url('dl_error.gif') no-repeat 15px center;
	-moz-border-radius: 15px;
  border: 2px solid #c0d0d0;
	
}
.imp-download strong, .imp-download-error strong { display: block; font-size: 1.1em; }
.imp-download small, .imp-download-error small { font-size: 0.9em; }
