/*
 * 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 132 2008-05-23 16:05:17Z emartin24 $
 *
 */

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

/* Modal Close Link */
.simplemodal-close { text-decoration: none; font-family: verdana, helvetica, arial, sans-serif; float:right;}
.simplemodal-close:hover { text-decoration:underline; color:red }

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

/* Container */
#simplemodal-container {height:450px; width:600px; background-color:#fff; border:3px solid #ccc;}
#simplemodal-container {\width:616px; w\idth:600px; \height:482px; h\eight:450px;}
#simplemodal-container #popup #header{width:584px; padding:8px; height:20px; background-color:#eeeeee; }
#simplemodal-container #popup #modalContent {overflow:scroll; width:584px; height:430px; padding:8px;}
#simplemodal-container #popup #modalContent table {\width:565px; }