This is the fiddle I’m messing around with
Is there a way to increase the space between what I have floating right and what’s floating left? I just want to increase it 10px or something arbitrary like that, so I don’t want to use width:20% Here’s a pic for reference:

Yes, all you have to do is specify a
marginfor the elements:JS Fiddle demo.
Or:
JS Fiddle demo.
Or, simply assign a
widthto thefieldsetelements:JS Fiddle demo.