@charset "utf-8";
/* CSS Document */

/* body { margin: 0px; } */
#modalPage {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px; left: 0px;
    }
.modalBackground {
    filter: Alpha(Opacity=60); -moz-opacity:0.6; opacity: 0.6;
    width: 100%; height: 100%; background-color: #333;
    position: absolute;
    z-index: 500;
    top: 0px; left: 0px;
    }
.modalContainer {
    position: absolute;
    width: 300px;
    left: 50%;
    top: 50%;
    z-index: 750;
    }
.modal {
    background-color: #ff8;
    border: solid 4px black; position: relative;
    top: -150px;
    left: -150px;
    z-index: 1000;
    width: 300px;
    height: 300px;
    padding: 0px;
    }
.modalTop {
    width: 292px;
    background-color: #000099;
    padding: 4px;
    color: #ffffff;
    text-align: right;
    }
.modalTop a, .modalTop a:visited { color: #ffffff; }
.modalBody { padding: 10px; font-weight:bold; font-size:1.5em; text-align:center;}


