body
{
    margin: 0px;
}
#modalPage
{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px; left: 0px;
}
.modalBackground
{
    filter: Alpha(Opacity=40); -moz-opacity:0.4; opacity: 0.4;
    width: 100%; height: 100%; background-color: #999999;
    position: absolute;
    z-index: 500;
    top: 0px; left: 0px;
}
.modalContainer
{
    position: absolute;
    width: 280px;
    height: 280px;
/*    left: 250px;
    top: 200px;*/
    left: 35%;
    top: 25%;
    z-index: 750;
}

.modal
{
    background-color: transparent;
    /*border: solid 4px black; position: relative;*/
    top: -150px;
    left: -150px;
    z-index: 1000;
/*    width: 200px;
    height: 200px;*/
    width: 100%;
    height: 100%;
    padding: 0px;
}
