﻿
#modalPage
{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px; left: 0px;
    z-index:750;
}
.modalBackground
{
    filter: Alpha(Opacity=40); -moz-opacity:0.8; opacity: 0.8;
    width: 100%; height: 100%; background-color: #999999;
    position: absolute;
    z-index: 500;
    top: 0px; left: 0px;
}
.modalContainer
{
    position: absolute;
    width: 300px;
    left: 50%;
    top: 50%;
    z-index: 750;
    height: 100px;
}
.modal
{
    background-color: white;
    border: solid 4px black; position: relative;
    top: -150px;
    left: -150px;
    z-index: 1000;
    width: 300px;
    height: 100px;
    padding: 0px;
}
.modalTopRight
{
    background-color: #f6dfdf;
    padding: 4px;
    color: #000000;
    text-align: right;
    vertical-align: top;
}
.modalTopRight a, .modalTopRight a:visited
{
    color: #000000;
}
.modalBody
{
    padding: 10px;
}
