.imp-download, .imp-download-error , .imp-demo{ padding: 10px 20px 10px 60px; margin: 30px 0; }
.imp-download {
	background: url('images/download.gif') no-repeat left center;
	
}
.imp-demo {
	background: url('images/demo.gif') no-repeat left center;
	
}
.imp-download-error {
	background: url('images/error.gif') no-repeat left center;
	
}
.imp-download strong, .imp-download-error strong , .imp-demo strong { display: block; font-size:2em; }
.imp-download strong a, .imp-download-error strong a , .imp-demo strong a { color:#369; }
.imp-download strong a:hover, .imp-download-error strong a:hover {}
.imp-download small, .imp-download-error small , .imp-demo small{ font-size: 1em; color: #666; }