﻿

    .rrs-modal {
        display:none;
    }

    .rrs-modal-overlay {
        position:fixed;
        height:100%;
        width:100%;
        top:0;
        left:0;
        background-color:#000;
        opacity:.5;
        z-index:7000;                        
    }



    .rrs-modal-window {
        border:1px solid #828282;            
        background-color:#fefefe;
        margin-bottom:20px;
        border-radius:2px;
        box-sizing:border-box;

        position:fixed;
        height:auto;
        width:600px;
        top:100px;
        left: 50%;
        margin-left:-300px;
        margin-right:auto;
        
        z-index:7001;
               
    }






    .rrs-modal-window > .rrs-modal-title{

        padding:8px;
        border-bottom:1px solid #828282;
        background-image: linear-gradient(to bottom, #fefefe 0%, #f5f5f5 100%);

    }

    .rrs-modal-window > .rrs-modal-body {
        padding:20px 20px 10px 20px;
    }