Jquery UI Modal Dialog "x" button has no link?

Jquery UI Modal Dialog "x" button has no link?

I have an MVC 4 application and am attempting to use UI Modal Dialog... Using the code from the Jquery Modal example for Modal Message, I copied the contents into my main layout form to test... The dialog comes up as expected, however the "close" button "x" in the upper right corner is not linked to a close event... It does close if I carefully move the mouse to the "outer" edge of the "x" image button, but when the mouse is directly over the "x" image itself it is NOT a pointer, nor will it close.
 
Can someone explain?
 
Thanks,