I have an absolutely positioned input box in a form. The input box has transparent background:
.form-page input[type=
Just give the input field a transparent background image and it will work...
Example:
#search .input { width:260px; padding:3px 5px; border:0; background:url(../images/trans.gif);}