﻿#popup_overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: gray;
    opacity: .6;
    filter: alpha(opacity: 60);
    z-index: 99998;
}

#popup_container {
    font-family: Arial, sans-serif;
    font-size: 12px;
    min-width: 250px;
    max-width: 600px;
    background-color: #d3d3d3;
    /*border: 1px solid lightgray;*/
    color: black;
    border-radius: 10px;
    box-shadow: inset 3px 3px 3px #FFF, inset -3px -3px 3px gray;
    z-index: 99999;
    position: fixed;
    left: 0px;
    top: 0px;
}

#modal_overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: gray;
    opacity: .6;
    filter: alpha(opacity: 60);
    z-index: 99998;
}

#modal_container {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 99999;
    box-shadow: 3px 3px 3px gray;
}

#popup_title {
    text-align: center;
    /*background-color: blue;*/
    color: white;
    border-radius: 10px 10px 0px 0px;
    /*box-shadow: inset 3px 3px 3px lightblue, inset -3px 0px 3px darkblue;*/
    padding: 5px;
}

#popup_message {
    text-align: left;
    padding: 10px 10px 5px 10px;
}

#popup_buttons {
    text-align: center;
    padding: 10px;
}

#iframe_overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: gray;
    opacity: .6;
    filter: alpha(opacity: 60);
    z-index: 99996;
}

#iframe_container {
    font-family: Arial, sans-serif;
    font-size: 12px;
    background: lightgray;
    color: black;
    border-radius: 10px;
    box-shadow: inset 3px 3px 3px #FFF, inset -3px -3px 3px gray;
    z-index: 99997;
    position: fixed;
    left: 0px;
    top: 0px;
}

#iframe_title {
    text-align: center;
    /*background-color: blue;*/
    color: white;
    border-radius: 10px 10px 0px 0px;
    /*box-shadow: inset 3px 3px 3px lightblue, inset -3px 0px 3px darkblue;*/
    padding: 5px;
}

#iframe_message.normal {
    text-align: left;
    padding: 10px 10px 10px 10px;
    border-radius: 10px;
    box-shadow: inset 3px 3px 13px gray, inset -3px -3px 13px gray;
    margin: 15px;
}

#iframe_message.flat {
    text-align: left;
    padding: 0px;
    margin: 15px;
}

#iframe_buttons {
    text-align: center;
    padding-bottom: 10px;
}

#modal_overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: gray;
    opacity: .6;
    filter: alpha(opacity: 60);
    z-index: 99998;
}

#modal_container {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 99999;
    box-shadow: 5px 5px 5px gray;
}
