#mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9000;
    background-color: #000;
    display: none;
}

#boxes .window {
    position: absolute;
    left: 0;
    top: 0;
    width: 80%;
    height: 200px;
    display: none;
    z-index: 9999;
    padding: 20px;
    border-radius: 15px;
    text-align: center;
}

#boxes #dialog {
    width: 1000px;
    max-width: 85%;
    height: auto;
    padding: 18px;
    background-color: #0b1a2d;
    font-family: 'Segoe UI Light', sans-serif;
    font-size: 15pt;
    position: relative;
}

.abset {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
}

#boxes {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
}

.maintext {
    text-align: center;
    font-family: "Segoe UI", sans-serif;
    text-decoration: none;
}

body {
    background: url('bg.jpg');
}

#lorem {
    font-family: "Segoe UI", sans-serif;
    font-size: 12pt;
    text-align: left;
}

#popupfoot {
    font-family: "Segoe UI", sans-serif;
    font-size: 16pt;
    padding: 10px 20px;
    position: absolute;
    top: 0;
    right: 0;
}

#popupfoot a {
    text-decoration: none;
}

.agree:hover {
    background-color: #000205;
}

.popupoption:hover {
    background-color: #000205;
    color: green;
}

.popupoption2:hover {

    color: red;
}