#mrw_overlay
{
    background: #000000;
    position: fixed;
    display: none;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 98;
    opacity: .9;
    filter: alpha(opacity=90);
    filter: "alpha(opacity=90)";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
#mrw_box
{
    z-index: 99;
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -475px;
    margin-top: -310px;
    width: 1000px;
    height: 620px;
    border: solid 4px #000000;
}
#mrw_close
{
    position: absolute;
    top: -10px;
    left: 1010px;
    cursor: pointer;
}