/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Feb 19, 2015, 6:05:45 PM
    Author     : DIVINE
*/
.pop-up-div{
    font-family: sans-serif;
    color: white;
    font-size: 12px;
    background-color: rgba(255,255,255,0.72);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 20;
}

.inner-dialog{
    background-color: #111;
    margin: 70px auto;
    border-radius: 0.4em;
    border: 1px solid #191919;
    overflow: hidden;
    box-shadow: 0px 5px 10px 5px rgba(0,0,0,0.2);
    position: relative;
    opacity: 1.0;
    width: 40%;
    height: auto;
}
