/**
 * SimpleModal Test
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2007 Eric Martin - http://ericmmartin.com
 *
 * Revision: $Id: simplemodal.css 99 2008-02-04 16:31:09Z emartin24 $
 *
 */
/* SimpleModal Styles */
#modalOverlay {background-color:#000; cursor:wait;}
#modalContainer {height:80%; width:80%; top:15%; left:10%; background-color:#fff; border:3px solid #ccc;}
a.modalCloseImg {background:url(cancel.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-18px; cursor:pointer;}
