Align form elements with css

Currently you have:

#fscf_form3 div {
    margin-bottom: 6px;
}

If you increase it let’s say to 11 you can see that the box goes to the right and properly aligns. Basically using the proper selectors you need to increase either the margin-top of the div or the margin-bottom of the div above it.