/**
 * 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 $
 *
 */

body {font-family:Verdana; padding:0; margin:0; background-color:#eee; height:100%; width:100%;}
#container {width:auto; margin:0 auto; margin-top:20px; background-color:#fff; border:1px solid #aaa; }
#header {padding:4px;}
#header {background:#eee url(../images/simplemodal/header.gif); border-bottom:1px solid #aaa; text-align:center; color:#444;}
#content {margin:0 auto; width:100%; padding-top:8px;}
#content div.form {margin:0 auto; width:50%;}
.test {padding:8px; overflow:auto;}
ul {padding-left:18px;}
li a {font-size:.9em;}
pre {overflow:auto; padding:1em; width:90%; background:#f9f9f9; border:1px solid #ddd; border-left:3px solid #ccc; font-size:.9em; }
a:hover {text-decoration:none;}


#simplemodal-overlay {background-color:#000; cursor:wait;}
#simplemodal-container {height:auto; width:auto; background-color:#fff; border:5px solid #ccc;padding:50px;overflow: auto;}
/*#simplemodal-container img {border:1px solid #ccc;}*/
a.modalCloseImg {background:url(../images/simplemodal/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:5px; right:18px; cursor:pointer;}


