hey I can see that you have bin trying yourself.

I have a solution that might lock even better :

Change the #productAttributes in the stylesheet to this:
Code:
#productAttributes {
    background-image: url("http://naughticorner.com/Store/images/Add_To_Cart_Box_Short.jpg");
    border: 0px solid #333333;
    margin: 10px 0;
    padding: 10px 14px;
    background-repeat: no-repeat;
    background-size: 234px;
    height: 138px;
}
Then change .wrapperAttribsOptions in the stylesheet to this:
Code:
.wrapperAttribsOptions {
    display: inline-block;
    margin: 0.3em;
    margin-top: 1em;
}
And add this to the stylesheet :
Code:
#attribsOptionsText {
    margin-top: -1em;
    margin-left: -1em;
}
Remember its just at suggestion Hope you like it

Before you change something be sure to make at backup :)