Hi Poul
On your NetWebForm template under fields you can set the tab style to "None"
CSS is your friend. Add this class to your custom.css:
.nt-prompt > label {
float: left;
}
This means that all "labels" under DIVs with the class "nt-prompt" will be affected by this new class - the label will be moved to the left.
Remember to gZipAll and refresh your browser's cache.
/Niels