The Accept.js hosted payment form has two issues: 1. The modal is
displayed off the screen if the browser window has already been scrolled
down. This can be fixed by overriding the container css with:
#AcceptUIContainer { position: fixed !important; ...