﻿#win-lock {
    position: fixed;
    left: 0px;
    top: 0px;
    padding: 0px;
    margin: 0px;
    background-color: rgb(51,51,51);
    width: 100%;
    height: 100%;
    opacity: 0.8;
    transition: all 0.1s ease 0s;
}

#win-popup {
    position: fixed;
    top: 246px;
    width: 600px;
    height: 250px;
    border: 1px solid #777;
    border-radius: 6px;
    overflow: hidden;
    background-color: #EEE;
    opacity: 1;
}

#popup-title {
    padding: 8px 0 0 0;
    background-image: linear-gradient(#ececec, #dfdfdf);
    height: 42px;
    text-align: center;
    color: #555;
    font-size: 20px;
    text-align:center;
    border-bottom: 1px solid #BFBFBF;
}

#popup-box{
    padding:10px 0 10px 20px;
}