/**
 * SimpleModal Test
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2009 Eric Martin - http://ericmmartin.com
 *
 * Revision: $Id: simplemodal.css 187 2009-02-10 00:01:01Z emartin24 $
 *
 */
body {padding:0; margin:0;}
#container {width:800px; margin:0 auto; margin-top:20px; background-color:#fff; border:1px solid #cfbaee; }
#header {padding:4px;}
#header {background:#eee url(../images/header.gif); border-bottom:1px solid #cfbaee; 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 #cfbaee; border-left:3px solid #cfbaee; font-size:.9em; }
/*a, a:active, a:link, a:visited {text-decoration:underline; color:#333; padding:2px;}*/
a:hover {text-decoration:none; color:#336699;}

/* SimpleModal Styles */
#simplemodal-overlay {background-color:#000; cursor:wait;}
#simplemodal-container {height:350px; width:562px; background-color:#B5DCF2; border:1px solid #183A8D;}
a.modalCloseImg {background:url(../images/x2.png) no-repeat; width:45px; height:36px; display:inline; z-index:3200; position:absolute; top:-30px; right:-48px; cursor:pointer;}

