How about adding this CSS to the module, so the text fields actually stay in the middle of the screen if you wish to have that. Currently it is not aligned in the center, creating a ugly design.
.acym_module_form .onefield {
display: block ruby;
}