﻿#overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    height: 100%;
    width: 100%;
    background: #000;
    filter: alpha(opacity=50);
    -moz-opacity: .50;
    opacity: .50;
    display: none;
}


#overlay-content {
    position: fixed !important;
    position:absolute;
    width:400px;
    margin:-100px 0px 0px -200px;
    top: 30%;
    left: 50%;
    border: 3px solid #CC0000;
    z-index:1002;
    padding:10px;
    background-color: #ffffff;
    display: none;
}

#overlay-text{
    margin-top: 30px;
    margin-bottom: 60px;
    font-size: 12px;
    text-align : center;
}

#overlay-button{
    bottom: 20px;
    font-size: 14px;
    position: absolute;
    text-align: center;
    width: 100%;
}
