The checkbox field is not positioned correctly. Originally The text above and the check box was off centered. Woo gave me the follow custom.css to use.
.gform_wrapper .top_label .gfield_label {
width: auto;
}
.gform_wrapper .gfield_checkbox, .gform_wrapper .gfield_radio {
margin-left: 0;
}
This worked for the text above the checkbox but didnt resolve the checkbox section.
http://www.sbsake.com/send-a-message/
Thanks