/*
 * 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;}
h3 {color:#5f87ae; font-size:1.6em; padding:0; margin:0;}
#basic-modal-content {display:none;}
#magazine-newsletter-modal-content {display:none;}

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

/* Container */
/*#simplemodal-container {height:320px; width:600px; color:#bbb; background-color:#333; border:4px solid #444; padding:12px;}
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:#ddd;}
#simplemodal-container a.modalCloseImg {background:url('../../magazine../images/window/x.png') no-repeat !important; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
#simplemodal-container #basic-modal-content {padding:8px;}
*/



.modalWindow .mtop{
    width:355px;
    height:12px;
    font-size:0px;
    background-image:url('../images/window/mwt.png');
}


.modalWindow .mmain{
    width:335px;
    padding:0 10px;
    background-image:url('../images/window/mwm.png');
    margin-top:0;
}
.modalWindow .mbottom{
    width:355px;
    height:12px;
    font-size:0px;
    background-image:url('../images/window/mwb.png');
    background-repeat:no-repeat;
}

.mcenter{
    border:2px solid #616161;
    padding:10px;
    background:#f5f5f5;
    color:#373737;
    font-size:12px;
}

.mcenter h1{
    font-size:14px;
    font-weight:bold;
    color:#033246;
}


.modalWindowWide .mtop{
    width:500px;
    height:12px;
    font-size:0px;
    background-image:url('../images/window/mwt-wide.png');
}


.modalWindowWide .mmain{
    width:480px;
    padding:0 10px;
    background-image:url('../images/window/mwm-wide.png');
    margin-top:0;
}
.modalWindowWide .mbottom{
    width:500px;
    height:12px;
    font-size:0px;
    background-image:url('../images/window/mwb-wide.png');
    background-repeat:no-repeat;
}
