Hi,
You can define showing event to reset the size of panel.
function pageLoad()
{
$find('programmaticModalPopupBehavior').add_showing(onshowing);
}
function onshowing()
{
$find('programmaticModalPopupBehavior')._foregroundElement.style.height=XX;
$find('programmaticModalPopupBehavior')._foregroundElement.style.width=XX;
}