/*
 * 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 212 2009-09-03 05:33:44Z emartin24 $
 *
 */

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

/* Overlay */
#simplemodal-overlay {cursor:wait;}
#basic-modal-content h1, #reg_window h1, #fogot_pass_window{
color: #FFF;
}
/* Container */
#simplemodal-container {color:#000000; margin: 0px; background-color:#ffffff; border:0px solid #0073B5; padding:0px; background: url('/i/reg.png'); background-repeat: no-repeat; width: 374px;}

