﻿#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-filter: alpha(opacity=70);
    -moz-filter: alpha(opacity=70);
    -o-filter: alpha(opacity=70);
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    -ms-opacity: 0.7;
    opacity: 0.7;
    z-index: 100;
    display: none;
}

.ModalContent a {
    text-decoration: none;
}

.popup {
    width: 100%;
    margin: 0 auto;
    display: none;
    position: fixed;
    z-index: 101;
}

.popup #contentPane {
    min-height: 0 !important;
}

.ModalContent {
    -moz-min-width: 600px;
    -ms-min-width: 600px;
    -o-min-width: 600px;
    -webkit-min-width: 600px;
    min-width: 600px;
    width: 850px;
    max-width: 850px;
    min-height:500px;
    max-height: 500px;
    margin: 100px auto;
    background: #fff;
    position: relative;
    z-index: 103;
    padding: 10px 0;
    -webkit-box-shadow:0 1px 9px 0 #E3E8E4;
    -ms-box-shadow:0 1px 9px 0 #E3E8E4;
    box-shadow:0 1px 9px 0 #E3E8E4;
    overflow: auto;
    border:1px solid #cccccc;
}

.ModalContent p {
        clear: both;
        color: #555555;
        text-align: justify;
    }

        .ModalContent p a {
            color: #d91900;
            font-weight: bold;
        }

    .ModalContent .x {
        float: right;
        height: 35px;
        right: 15px;
        position: relative;
        top: 4px;
        width: 34px;
        color:black;
        font-size:34px;
        font-family:'Segoe UI Symbol';
        background:url(../image/icon/popup_close.png) no-repeat right;
        text-indent: -3899px;
    }

    .ModalContent #ModalHeader {
        overflow:hidden;
        border-bottom:1px solid #cccccc;
        height:54px;
    }

    .ModalContent .x:hover {
        cursor: pointer;
    }

.ModalTitle {
    font-family:'DejaVu Sans';
    color:#027eba;
    font-size:18px;
    line-height:45px;
    padding-left:20px;

}

