#simplemodal-overlay {
    background-color: #000;
    cursor: wait;
}

#simplemodal-container {
    left: 50%;
    top: 15%;
    /*margin-left: -300px; /* half the width, to center */
    background-color: #fff;
    border: 2px solid #ccc;
    border-radius: 1em;
    -moz-border-radius: 1em;
    -opera-border-radius: 1em;
    -webkit-border-radius: 1em;
    padding: 1em;
}

#simplemodal-container iframe {
    width: 600px;
    height: 400px;
    border: none;
    
}

a.simplemodal-close {
    background: url('/assets/theme/images/icon_close.png') no-repeat center center;
    width: 40px;
    height: 40px;
    display: inline;
    z-index: 3200;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

img.imageFront,
img.imageBack {
    float: left;
}

