alignment of submit button

I need to figure out how to get a submit button to line up immediately below the form. Currently, it is position, left justified.

 

Here is the URL:  http://www.laboro.biz/employers

 

Please help.

Will you add the following CSS to your theme's style.css file:
#frm_form_8_container input[type="submit"] {margin-left:363px;}\

That should move it over to be right under your form.

Topic closed.