To increase edit / add form width:
$grid["edit_options"] = array('width'=>'420');
$grid["add_options"] = array('width'=>'420');
$g->set_options($grid);
And to resize the form fields, set following css in page:
<style>
input.FormElement { width: 95%; }
</style>