(This is not a backlink by any means! It's just where I have the file.) It would help if you have firebug to take a look since the css is all over the place:http://www.myproduction-1.info/jquery_tools_org_overlay/blue.htmlI just need to figure out the CSS to make the close button a link. I believe the following are the relevant parts.JavaScript:\[code\]$("#prompt form").submit(function(e) { // close the overlay triggers.eq(1).overlay().close();});\[/code\]CSS:\[code\]#prompt.modal {background-image: url("_img/VPN-Overlay-R2_698x535.png");background-repeat: no-repeat;background-color: #FBFFFF;display: none;left: 50%!important;position: fixed;top: 50%!important;z-index: 9999;height: 535px;opacity: 0.8;margin: -267px 0 0 -377px;padding-left: 287px;padding-top: 385px;}\[/code\]