/* ****** */
/* nModal */
/* ****** */
.nmodal {}

#nmwrap-outer {
        width: 100%;
        position: absolute;
        top: 150px;
        text-align: center;
}

#nmwrap {
        width: 40%;
        z-index: 69;
        background: white;
        box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
        /*border-radius: outset groove;
        border-width: 10px;
        border-color: black;*/
        border-radius: 5px;
        font-size: 14px;
        font-family: 'azo-sans',sans-serif;
        text-align: center;
        min-width:300px;
        max-width:700px;
        display: inline-block;
        position: relative;
        }

#nmcontent {
        padding: 10px 5px; 
        text-align: center; 
        color: black; 
        }

#nmtop {
        padding: 10px 0px; 
        font-size: 130%; 
        color: black; 
        text-align:center; 
        height: 5%; 
        border-width: 1px; 
        border-style: solid; 
        border-bottom-color: #d8d8d8; 
        border-top-color: transparent; 
        border-right-color: transparent; 
        border-left-color: transparent; 
        }

#nmbottom { 
        height: 10%; 
        background: transparent; 
        }

#nmclose {
        width: 25px; 
        height: 25px;
        position: absolute; 
        top: 10px; 
        right: 5px;
        text-indent: -100%;  
        background: transparent url(/Images/Structural/Buttons/Custom/closeModal.png) left top no-repeat;
        }

#nmcontent p {
        margin-top: 25px;
        }

#nmcontent .modal-title { 
        font-size: 14px; 
        margin: 16px;
        color:black; 
        text-align: center; 
        }

#nmcontent .buttonright {
        background: #497d49;
        color: white;
        padding:15px 20px;
        border-radius: 3px;
        text-align: center;
        white-space: nowrap;
        display: inline-block;
        margin: 5px;
        min-width: 250px;
        text-decoration:none;
        font-family: 'azo-sans',sans-serif;
        }

#nmcontent .buttonleft {    
        background: black; 
        color:white; 
        padding: 15px 20px; 
        border-radius: 3px; 
        text-align: center; 
        white-space: nowrap; 
        display: inline-block; 
        margin: 5px; 
        min-width: 250px;
        text-decoration:none;
        font-family: 'azo-sans',sans-serif;
        }