﻿#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    z-index: 100;
    display: none;
}
.Popup_Content a {
    text-decoration: none;
}
.subject {
    margin-left:30px;
}
.popup {
    width: 100%;
    margin: 0 auto;
    display: none;
    position: fixed;
    z-index: 101;
    padding-right:40%;
         
}
    .Popup_Content p {
        clear: both;
        color: #555555;
        padding:0px 0px 25px 40px;
    }
            
        .Popup_Content p a {
            color: #d91900;
            font-weight: bold;
        }
    .Popup_Content .x {
        float: right;
        /*left: 22px;*/
        position: relative;
        /*top: -25px;*/
        width: 34px;
    }
        .Popup_Content .x:hover {
            cursor: pointer;
        }
         .Popup_Content{
        background-image: linear-gradient(135deg, rgb(114, 51, 98), rgb(157, 34, 60));
        border-radius:20px;
            padding-left:20px;
    padding-top:20px;
    padding-right:20px;
               }