﻿.baseBox
{
    visibility: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 10000;
}

.overlay
{
    opacity: 0.5;
    filter: alpha(opacity = 50);
    background-color: #ffffff;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 10001;
}

.middleBox
{
    width: 330px;
    padding: 20px;
    height: 120px;
    background: #e0e0ff;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -165px;
    margin-top: -60px;
    border: 1px solid;
    box-shadow: 6px 6px 15px #50506f;
    z-index: 10002;
}

.middleBoxButton
{
    position: absolute;
    height: 30px;
    width: 100px;
    bottom: 10px;
    left: 135px;
}

.middleBoxButton:hover
{
    color: rgb(51, 51, 51);
    background-color: #e0e0f0;
}

.middleBoxLeftButton
{
    position: absolute;
    height: 30px;
    width: 130px;
    bottom: 10px;
    left: 30px;
}

.middleBoxLeftButton:hover
{
    color: rgb(51, 51, 51);
    background-color: #e0e0f0;
}

.middleBoxRightButton
{
    position: absolute;
    height: 30px;
    width: 130px;
    bottom: 10px;
    left: 215px;
}

.middleBoxRightButton:hover
{
    color: rgb(51, 51, 51);
    background-color: #e0e0f0;
}

.middleSpan
{
    height: 80px;
    width: 330px;
    font-size: 1.2em;
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    z-index: 10003;
}

