﻿.DialogBox {
    border: 2px outset rgb(220,220,220);
    border-radius: 3px;
    padding: 16px;
    background-color: White;
    box-shadow: 0px 2px 6px rgb(90,90,90);
    position:fixed;
    z-index:999;
    top:40%;
    max-width:75%;
    text-align: center;
    overflow:no-display;
}