Right Sidebar alignment

I use js to put an email responder form in the right sidebar. It is not showing up aligned to the left and i need it to be. I tried putting the wrapper code around the js in the text widget but that did not work. Where do I need to put the alignment code? See www.disabilitylawreport.com

Hello Liz,

The email responder form is coming within iframe, and its not possible to customize it.

If the form builder provide you to customize its style, then you can change it by adding following code,

.beta-base .bodyContainer td.body { border: 0 !important; }  
.beta-base .background > tr > td { float: left; padding: 0; }