/* @override 
	http://appsolute.hu/wp-content/plugins/imp-download/imp-download.css */

.dl-wrapper {
	background: #333 url(images/blackpattern.png) repeat;
	float: left;
	clear: both;
	margin: 10px 0;
	width: 100%;
	padding: 15px 0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.imp-download, .imp-download-error {
	float: left;
	clear: both;
	padding: 0 0 0 48px;
	/*margin: 0 0 10px 0;*/
}
.imp-download {
	background: transparent url('images/down_alt.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 {
	font-weight: 400;
	margin: 0;
	padding: 0;
	display: block;
	background: none;
	color: #fff;
}
.imp-download strong a, .imp-download-error strong a {
	color: #fff;
	text-shadow: 0 1px 2px #000;
}
.imp-download strong a:hover, .imp-download-error strong a:hover {
	
}
.imp-download small, .imp-download-error small {
	font-size: 13px;
	color: #555;
	float: left;
	text-shadow: 0 -1px 0 #000;
}
