﻿/*
 * 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 213 2009-09-17 04:10:02Z emartin24 $
 *
 */

#basic-modal-content {display: none;}

/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
#simplemodal-container {height: 75px; width: 525px; color: #000; background-color: #e2e3e4; border: 5px solid #FFF; padding: 15px 0px 0px 0px;}
#simplemodal-container a.modalCloseImg {background: url(../../../images/APPA/interface/x.png) repeat-x; width: 25px; height: 29px; display: inline; z-index: 3200; position: absolute; top: -15px; right: -16px; cursor: pointer;}
#simplemodal-container #basic-modal-content {height: 60px; background: url(../../../images/APPA/interface/HOME_255x60_back.png) repeat-x top left; padding: 15px 30px 0px 30px;}