I'm using the Headway framework. The form I'm having difficulty with is here - http://tbfaa.devsite103.com/tbfaa/tbfaa-training/texas-level-training/# I'm trying to get some space between the Paypal graphic and the "Continue to Paypal" button. I'm not proficient with css so I'm sure thats the problem. Below is one of the many things I've tried without success. Can you help?
body.custom .gform_wrapper .gform_footer input.button {
margin:0px 0px 0px 20px;
}