.overlay {
    position: fixed;
    z-index: 98;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #aaa;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.overlayContent {
    z-index: 99;
    margin: 250px auto;
    width: 100%;
    height: 100%;
}

.overlayContent h2 {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.overlayContent img {
    width: 100px;
    height: 50px;
}

.modal-content img {
    width: 100%;
}

.Background {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}

.Popup {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: black;
    padding-top: 10px;
    padding-left: 10px;
    width: 800px;
    height: 500px;
    padding: 3%;
    text-align: left;
}

.Popup1 {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: black;
    padding-top: 10px;
    padding-left: 10px;
    width: 800px;
    height: 600px;
    padding: 3%;
    text-align: left;
}

.lbl {
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
}