﻿#shade, #modal
{
    display: none;
}

#shade
{
    position: absolute; /*fixed;*/
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /**/
}

#modal
{
    position: absolute;
    z-index: 101;
    top: 25%;
    left: 25%; /*width: 50%;*/
    background-color: White;
}

#shade
{
    background: silver;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
#modal td
{
    vertical-align: middle;
    text-align: right;
    padding: 10px 5px 10px 5px;
}

#modal table
{
    margin: 10px 10px 10px 10px;
}
