/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2009 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.css 185 2009-02-09 21:51:12Z emartin24 $
 *
 */


#simplemodal-overlay {background-color:#000; cursor:wait;}
.simplemodal-window  {display: none; position: fixed; border: 0; padding: 0px;}
.simplemodal-header	 {clear:both; display:block; width: 485px; height: 50px;}
.simplemodal-header .close {float:left;}
.simplemodal-content {margin:0px 0px 0px 0px; padding:1px; background: #fff; width: 482px; height:393px;}

