Hi,
You can control on the form design with Custom CSS - http://usermanual.clarizen.com/custom-css
This is an example for the code the will control it:
/* CUSTOM ACTIONS POPUP */
div.pop-container[data-id="confirmbox"] {
width:700px !important;
left:50% !important;
margin-left:-350px;
}
Good luck!
Tamir
Comment actions