I have a text field and button with following css:
JS fiddle link : http://jsfiddle.net/Tdkre/
.submit { -moz-box-shadow:inset 0px 1px 0px 0px
You could also use jQuery, like this:
And this jquery code
$("#image").click(function(){ $("#photosubmit").click(); });
Hopes this helps someone too!