To change the width of an edit box with an AJAX popup, use the following code in the JavaScript OnLoad event.
var ctrl = Runner.getControl(pageid, 'Make');
ctrl.getDispElem().css("width", "200px");
See also:
•JavaScript API: Control object > getControl()
•JavaScript API: Control object > getDispElem()
•How to create a custom Edit control plugin