﻿.MSK
{
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    z-index: 9999;
}

.SK_alert
{
    width: 70%;
    position: fixed;
    background-color: white;
    box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
    border-radius: 0.2rem;
    font-size: 0.7rem;
    z-index: 9999;
}

.SK_alert_text
{
    text-align: center;
    padding: 1rem 0.25rem;
}

.SK_alert_submit
{
    width: 100%;
    height: 1.75rem;
    border-top: 1px solid #cccccc;
    text-align: center;
    line-height: 1.75rem;
    font-size: 0.7rem;
    color: #518ff0;
    background-color: white;
    border-radius: 0px 0px 0.2rem 0.2rem;
}

.SK_confirm
{
    width: 70%;
    position: fixed;
    background-color: white;
    box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
    border-radius: 0.2rem;
    font-size: 0.7rem;
    z-index: 9999;
}

.SK_confirm_text
{
    text-align: center;
    padding: 1rem 0.25rem;
}

.SK_confirm_submit
{
    width: 100%;
    height: 1.5rem;
    border-top: 1px solid #CCCCCC;
    text-align: center;
    line-height: 1.5rem;
    font-size: 0.7rem;
    color: #518ff0;
    background-color: white;
    border-radius: 0px 0px 0.2rem 0.2rem;
}

.left_submit
{
    float: left;
    width: 50%;
}

.left_submit:before
{
    content: "";
    display: block;
    border-left: 1px solid #CCCCCC;
    float: right;
    height: 1.75rem;
}

.right_submit
{
    width: 50%;
    float: left;
}
