/**
 * SimpleModal Test
 * https://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2009 Eric Martin - https://ericmmartin.com
 *
 * Revision: $Id: simplemodal.css 187 2009-02-10 00:01:01Z emartin24 $
 *
 */

/* SimpleModal Styles */
#simplemodal-overlay {background-color:#000; cursor:default;}
#simplemodal-container {height:370px; width:550px; background-color:#fff; border:3px solid #ccc;}
a.modalCloseImg {background:url(../img/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-18px; cursor:pointer;}
