﻿div.overlay
{
    display: table;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 300;
}

    div.overlay > div
    {
        display: table-cell;
        width: 100%;
        height: 100%;
        background-color: #d9dcd9;
        opacity: 0.8;
        text-align: center;
        vertical-align: middle;
        color: black;
        font-size: 24px;
    }
.divFrame
{
    border: solid 1px #aeaeae;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.LoginLogo {

}