.simple_overlay {
    display: none;
    z-index: 10000;
    background-color: #333;
    width: 400px;
    min-height: 200px;
    border: 1px solid #787878;
    -moz-box-shadow: 0 0 20px 5px #aeaeae;
    -webkit-box-shadow: 0 0 30px #aeaeae;
}

.simple_overlay .close {
    background-image: url(close.gif);
    position: absolute;
    right: -15px;
    top: -15px;
    cursor: pointer;
    height: 35px;
    width: 35px;
}

#popimg {
    cursor: pointer;
}



