put it inside a div and then give it an id, then move it with css until it looks good in all browsers.
Couldn't find anything either.
Mine moves down but you can barely see it moved down since it's a white area around the email submit.
<div id="move">
YOUR CODE YOU WANT TO MOVE
</div>
<style type="text/css">
#move {
margin-left: 50px;
}
</style>
Sorry but I couldn't reply via PM as I don't have enough posts.
put the thing you want to move between
Code:<div id="move"> YOUR CODE YOU WANT TO MOVE </div>
put this below the head tag
Code:<style type="text/css"> #move { margin-left: 50px; } </style>
change the number until its where you want it in all browsers, if margin-left doesn't move it try margin-right