Positioned in the center of the current viewport, above all other elements. Compatible across different browsers without relying on third-party plugins, etc.
Can be achieved using CSS or JavaScript
UPDATE:
I attempted to use Javascript's Sys.UI.DomElement.setLocation() method, but it positions the object relative to its parent rather than absolutely. Is there a way to position it absolutely?