/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2008 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.css 162 2008-12-01 23:36:58Z emartin24 $
 *
 */

body {padding:0; margin:0; height:100%; width:100%;}

/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
#myVar {height:420px; width:800px; background-color:#faf2e1; border:1px solid #000;}
#myVar a.modalCloseImg {background:url(x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-18px; cursor:pointer;}
#myVar #basicModalContent2 {padding:30px; text-align:left; font-family: Lucida Grande, Verdana, Arial, sans-serif; font-size:12px; line-height:16px; color:#000;}
#myVar #basicModalContent2 H1 {font-family:"Trebuchet MS", Arial, sans-serif; font-size:22px; color:#002341; line-height:28px; border-bottom:1px #b1bec9 solid; margin-top:0px; padding-top:0px}
/*#myVar #basicModalContent OL {font-family:"Trebuchet MS", Arial, sans-serif; font-size:22px; color:#186eb7;}
#myVar #basicModalContent OL LI {margin-bottom:5px;}*/
#myVar #basicModalContent2 OL LI {margin-bottom:4px;}
#myVar #basicModalContent2 OL SPAN {font-family: Lucida Grande, Verdana, Arial, sans-serif; font-size:12px; color:#000; padding-top:5px; padding-bottom:5px;}
