﻿/* Overlay css */
/* Overlay */
a#overlaylaunch-inAbox {
    display: block;
    padding: 40px;
    margin: 40px;
    background-color: #efefef;
    font-size: 1.6em;
    text-decoration: none;
    text-align: center;
}

#overlay-inAbox .wrapper {
    text-align: center;
}



/* More important stuff */

.overlay,

#overlay-shade {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #ffffff;
}

.overlay {
    position: absolute;
    top: -300px;
    left: 0;
    width: 450px;
    min-height: 200px;
    z-index: 10000;
    background-color: #7D7D7D;
    border: 10px solid #CFCFCF;
    color: #fff;
    box-shadow: 0 0 16px #000;
}

.ie7 .overlay {
    height: 200px;
}

.overlay .wrapper {
    padding: 15px 30px 30px;
}


.overlay .toolbar {
    padding: 8px;
    line-height: 1;
    text-align: right;
    overflow: hidden;
}

    .overlay .toolbar a.close {
        display: inline-block;
        *display: inline;
        zoom: 1;
        padding: 0 8px;
        font-size: 12px;
        text-decoration: none;
        font-weight: bold;
        line-height: 18px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        color: #999999;
        background-color: #515151;
    }

        .overlay .toolbar a.close span {
            color: #818181;
        }

        .overlay .toolbar a.close:hover,
        .overlay .toolbar a.close:hover span {
            background-color: #b90900;
            color: #fff;
        }
