/*
 * 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
 *
 * Modified by: 
 *   Beau Bishop, ArcaMax Publishing, Inc.
 *
 * Revision: $Id: basic.css 242 2010-03-14 00:55:02Z emartin24 $
 *
 */

#ic_logo { position: absolute; top: 5px; left: 5px;z-index: 4200;}
#ic_cont { position: relative; font-size: 13px; color: #3a72ab !important; }

#amx-modal {display:none;}

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

/* Container */
#simplemodal-container {height:450px; width:800px; color:#444; background-color:#fff; padding:12px; border: 1px solid #ddd;}
#simplemodal-container a.modalCloseImg {background:url(/files/amx-ui/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
#simplemodal-container #amx-modal {padding:8px; text-align:center; }
