﻿#ShowStartOrder
{
    width: 820px;
    height: 600px;
    border-width: 0px;
}
.popups-bg
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(144,144,144,0.5);
    z-index: 999;
}
.ShowStartOrder
{
    width: 820px;
    height: 600px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    z-index: 9999;
}

#DivOrderLoadOK
{
    display: none;
}

.close-bg
{
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
