How can I put <input type="text"/> and <input type="button"/> in one line, like this...

...so that they fit inside their parent (<div> for example), textbox taking maximal possible width?
Of course, additional divs can be used. tables are also allowed :D