After two hours of staring at the code and the html I realized that there was a subtle but important difference between the sample and my html. The click event to display the popup window was associated with the following element:
Update Mileage
When I changed the element to a div, it worked as expected. Thanks for checking it out.
Bill