﻿
.quickcms-popup { 
    position: relative;
    display: none;
    font-family: Arial;
    background: #f4f4ff;
    position: fixed;
    left: 50%;
    margin-left: -200px;
    margin-top: -75px;
    top: 50%;
    width: 400px;
    /*height: 150px;*/
    z-index: 1001;
    padding: 16px;
    box-shadow: 0 0 10px #222;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;        
}

.quickcms-popup h1 {
    margin: 0 0 14px 0;
    font-size: 16px;
    color: #444;
}

.quickcms-popup p {
    font-size: 13px;
    color: #666;
    margin-bottom: 50px;
}

.quickcms-popup input {
    position: absolute;
    right: 13px;
    bottom: 10px;
}

#popup-overlay {
    display: none; 
    width: 100%;   
    height: 100%;   
    position: fixed;   
    z-index: 1000;   
    top: 0px; 
    left: 0px;
    background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.5) 100%); 
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0.5)));     
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.5) 100%);     
    background: -o-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.5) 100%);     
    background: -ms-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.5) 100%);     
    : radial-gradient(ellipse at center,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.5) 100%);     
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#80000000',GradientType=1 );       
}
