box around submit button

When I create a form there is a box that appears around my submit button. How can I eliminate it? I use the PlatformPro theme. I read this post: http://formidablepro.com/help-desk/box-around-submit-button/ but I could not find the code that was described there.

My form is on this page: http://www.shrinkinabox.com/narcissistic-personality

Many thanks.

Okay, there are quite a few areas that need to be modified in order to resolve this:

Theme.css line 199 Change:
a.pagelines-blink, a.soapbox_link, #feature_slider .fcontent a.post-edit-link, .button, input[type="submit"], input[type="button"],input[type="reset"], .submit{
to
a.pagelines-blink, a.soapbox_link, #feature_slider .fcontent a.post-edit-link, .button, input[type="reset"]{

Theme.css line 233 change
.button:active, input[type="submit"]:active, .submit:active{
to
.button:active{

Line 228 of the same file:
input[type="submit"], .submit, input[type="button"], .button, input[type="reset"], .reset{
to
input[type="button"], .button, input[type="reset"], .reset{

With those changes, your button is floating to the right. If you don't want that, remove line 59 of the base.css file: .with_frm_style .submit input[type="submit"]{float:right; margin-top:20px;}

I have the same problem. I am using Pagelines Framework with the base theme. I searched and don't believe I have a file named 'theme.css' to edit. Any suggestions on where to find it, etc?

Thanks in advance.

@meleakins
Can you provide a link so we can take a closer look?

Sure: http://www.usplanroom.com/planroom/

It is a work in progress, but I have made this page public temporarily for you to look at. Also if you have any suggestions on how to make the dropdown fields fit within the search sidebar or how to get rid of that blank space above the main table header it would be appreciated.

Thanks

Submit button issue: line 1057 of style.css file. Change:
input[type="submit"], .submit, input[type="button"], .button, input[type="reset"], .reset{
to
input[type="button"], .button, input[type="reset"], .reset{

Maybe it would be best to create a new thread on your drop-down issues since it is unrelated to the original topic...however, will you make sure the checkbox for "automatic width" is unchecked in the field options for your drop-down fields(see screenshot)


Attachment:
Screen Shot 2012-09-11 at 1.20.39 PM

OK thanks, I'll start a new thread on the drop-down issue. BTW, the "automatic width" is unchecked.

Perfect. Thank you so much.

Topic closed.