﻿
#close-popup {
    position: absolute;
    background: url(/Content/images/close.png) 0 0 no-repeat;
    width: 24px;
    height: 27px;
    display: block;
    text-indent: -9999px;
    top: 7px;
    right: 7px;
    cursor: pointer;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: #000000;
}

#genricpopup img {
    max-width: 100%;
    max-height: 100%;
}
