Thank you black belt. I decided just to remove the text after much playing and now both are lined up properly.

This is what I have for my product page:
Code:
#wAttrib-4 {clear: left;} /*Artwork Size Text Box. This starts on a new line*/
#wAttrib-1 {clear: left; float: left;}/*Select Width Drop-down*/
#wAttrib-2 {clear: left; float: left;}/*Select Height Drop-down*/
#wAttrib-3 label, #wAttrib-5 label {float: left; display: none;} /*hide fraction text*/
You can see it in action here: http://www.framesforlife.com/copy-ex...example-1-p-11

Now, is it possible to apply this look to the shopping cart page and the orders area as well?

The 3 attribute is called: Width Fraction and the 5 attribute is called: Height Fraction, that's why I wanted to hide these from the product page.

As of now the cart page and order confirmation page looks like this:
Code:
Frame Example 3"

    Frame Width - 13
    Width Fraction - 5/16
    Frame Height - 18
    Height Fraction - 11/16
I am assuming the order e-mail will do the same. (I don't care about the internal order area that we look at). Can I apply these attributes in my stylesheet_flexible_attributes.css across the whole system?