﻿
.overlay {
    position: fixed;
    z-index: 98;
    z-index: 98;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #d3d7dc;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.overlayContent {
    z-index: 99;
    margin: 250px auto;
    width: 200px;
    height: 200px;
}

    /*.overlayContent h2 {
        font-size: 14px;
        font-weight: bold;
        color: #FF0000;
    }*/

    .overlayContent img {
        width: 128px;
        height: 128px;
    }
