/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2010 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.css 242 2010-03-14 00:55:02Z emartin24 $
 *
 */

#basic-modal-content {display:none;}

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

/* Container */
#simplemodal-container { color:#1C0F06; background-color:#f7f7f7; border:3px solid #202e52; font-size:12px; line-height:auto;
 -webkit-box-shadow:0 0 15px #000; padding:25px;
}
#simplemodal-container h3{font-size:30px;font-family:"CorbelRegular", arial, helvetica, sans-serif; margin-bottom:4px; color:#202e52; margin-bottom:10px;}
#simplemodal-container a.modalCloseImg {background: url(../basic/img/basic/x.png) no-repeat; width:30px; height:30px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
#simplemodal-container #basic-modal-content{}

