TOP /スタイルシート フォーム部品「file」のスタイルを変更(JavaScript使用)

<form>
<input type="file" name="file"><input type="button" value="参照..."
style="position:relative;left:-52;background-Color:#6688ff;color:#ffffff;display:none;_display:inline;" 
onclick="this.form.file.click()">
</form>
本当に「file」のスタイルを変更している訳ではありません。
スタイルを変更したボタンを被せています。 IE専用でIE以外は普通のボタンです。