.JumpWindowBox
{
	display: none;
}

.JumpWindowBox.active
{
	display: block;
}

.JumpWindowBack {
    position: fixed;
    left: 0;
    background: none repeat scroll 0 0 rgba(104, 104, 104, 0.8);
    height: 100%;
    top: 0;
    width: 100%;
    z-index: 12;
}
    
.JumpWindowMessage {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    box-shadow: 0px 0px 9px rgb(36 36 36);
    z-index: 12;
    width: 330px;
}

.JumpWindowMessageTitle {
    font-size: 13pt;
    padding: 10px 0px 10px 10px;
    color: black;
    background: #c9c9c9;
}

.JumpWindowMessageContent {
    font-size: 16pt;
    padding: 30px;
    text-align: center;
}

.JumpWindowMessageBtn {
    font-size: 16pt;
    text-align: center;
}

.JumpWindowOneBtn {
    padding: 20px 0;
}

.JumpWindowTwoBtn {
    padding: 10px 0;
    width: 50%;
}