diff --git a/files/css/files.css b/files/css/files.css
index 6313e6d1ca68e3fb81454c412a495261cb6ef9a7..368adba29116a3f3fa899e3677902c33dc9df040 100644
--- a/files/css/files.css
+++ b/files/css/files.css
@@ -27,6 +27,14 @@
 	display: none;
 }
 
+#file_upload_start {
+	background-image:url(/owncloud-dev/img/mimetypes/file.png);
+	background-repeat: no-repeat;
+	background-position: 0.5em 0;
+	padding-left: 2em;
+	
+}
+
 #file_upload_form input[type="button"]{
 	/* this is a dirty wurgaround, Jan needs to fix it in global css*/
 	font-size: 0.9em;