I've got a one-line form that I need to style as follows:
- Label is left aligned
- Select box is fluid width
- Link is right-aligned (with a fixed right margin)
What CSS should I use to keep each of the text fields on one line (bearing in mind the text length might change) and make the select box auto-fill the rest of the space?