Fai così:
codice:
input[type="file"] {
   /* proprietà */
}

/* hack per IE Win \*/
* html body input { 
  /* proprietà */
}

/* hack per Opera */
> html body input { 
  /* proprietà */
}