body { background-color: #666666 }

* {
    font-family: Arial, Helvetica, Sans-Serif;
}

.outer {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    width: 100%;
    background-color: white;
}

.main-top {
    background-image: url('../images/top.jpg');
}

.main-bottom {
    background-image: url('../images/bottom.jpg');
}

.main-bottom, .main-top {
    background-color: white;
    background-repeat: repeat-x;
    height: 50px;
}

.main {
    padding: 30px;
    text-align: center;
}

.middle .main {
    margin-left: auto;
    margin-right: auto;
    width: 600px;
    height: 350px;
}

img.logo {
    max-height: 115px;
}

img.action {
    max-height: 100px;
}

div.action {
    margin: 20px;
    display: inline-block;
    width: 200px;
    height: 100px;
}

a.redirect-link {
    text-decoration: none;
}

img { border: none; }

p { margin: 30px 0; color: red}


/* vEnterprise-embedded popup */
.popup {
    display: block;
    position: fixed;
    padding: 10px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 450px;
    top: 25%;
    margin-top: -100px;
    background: #FFF;
    z-index: 1000;
}

#popup {
    -webkit-box-shadow:  0px 0px 0px 9999px rgba(0, 0, 0, 0.5);
    box-shadow:  0px 0px 0px 9999px rgba(0, 0, 0, 0.5);
}
