﻿.clear
{
    clear: both;
}

.modalOverlay
{
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.5);
}

    .modalOverlay .modal
    {
        width: 785px;
        height: 510px;
        margin: 100px auto;
        background-color: #fff;
        border: 7px solid #000;
        border-radius: 10px;
        text-align: center;
        -webkit-border-radius: 15px;
    }

.modalLoader
{
    background-image: url('/includes/images/ajax-loader.gif');
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    margin-top: 150px;
    display: none;
}