画像の背景を使用する基本的な HTML フォームのスタイルを設定しようとしています。
<form style="
background:url(http://moneythink.org/wp-content/uploads/2012/06/Moneythink-Newsletter-Signup-Background.jpg) no-repeat;
padding:90px 0px 60px 122px;">
<input type="email" value="Email" name="EMAIL"
class="required email" id="mce-EMAIL"
style="width: 100px;" style="padding-bottom: 5px;">
<input type="image" src="http://moneythink.org/wp-content/uploads/2012/06/Submit-Button.jpg"
alt="Submit button" style=" padding-left: 57px; padding-bottom: -40px;"
name="subscribe" id="mc-embedded-subscribe">
</form>
なんらかの理由で、テキスト フィールドのすぐ下に [送信] ボタンが表示されないことを除いて、すべてが期待どおりに見えます。右側の隣に表示され続けます。
これを修正する方法に関するヒントはありますか?