/**
 * SimpleModal Test
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2008 Eric Martin - http://ericmmartin.com
 *
 * Revision: $Id: simplemodal.css 162 2008-12-01 23:36:58Z emartin24 $
 *
 */
#containerPopUp {width:800px; margin:0 auto; margin-top:20px; background-color:#fff; border:1px solid #aaa; }
#headerPopUp {padding:4px;}
#headerPopUp {background:#eee url(/images/simpleModal/header.gif); border-bottom:1px solid #aaa; text-align:center; color:#444;}
#contentPopUp {margin:0 auto; width:100%; padding-top:8px;}
#contentPopUp div.form {margin:0 auto; width:50%;}
.test {padding:8px; overflow:auto;}
pre {overflow:auto; padding:1em; width:90%; background:#f9f9f9; border:1px solid #ddd; border-left:3px solid #ccc; font-size:.9em; }

/* SimpleModal Styles */
#simplemodal-overlay {background-color:#000; cursor:wait;}
#simplemodal-container {height:400px; width:600px; background-color:#fff; border:3px solid #ccc; padding: 10px 0px 5px 7px;}
a.modalCloseImg {background:url(/images/simpleModal/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-18px; cursor:pointer;}
.simplemodal-data {height:400px; width:600px; overflow:auto; text-align:left;}