﻿#secLightBoxes
{
    position: fixed;
    z-index: 1000;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    display: none;
    cursor: pointer;
}

#secLightBoxes > section
{
    padding: 20px;
    margin: auto;
    display: none;
    cursor: auto;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    position: absolute;
    background-color: #FFFFFF;

    -webkit-box-shadow: 0 0 30px 10px rgba(0,0,0,0.75);
    box-shadow: 0 0 30px 10px rgba(0,0,0,0.75);
}

#secLightBoxes > section > footer
{
    text-align: center;
    padding-top: 15px;
}