﻿.TransparentBG
{
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    background-color: Transparent;
}
.ShadedBG
{
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    filter: alpha(opacity=30);
    opacity: 0.3;
    background-color: #000000;
}
.MainDialog
{
    border: solid 1px #223366;
    position: relative;
    z-index: 2;
    width: 650px;
    height: 450px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 45px;
    padding: 10px;
    background-color: #F0F0F0;
}
.MapDiv
{
    position: absolute;
    z-index: 3;
    bottom: 50px;
    right: 10px;
    width: 425px;
    border: solid 1px #223366;
}
.CloseButton
{
    position: absolute;
    height: 23px;
    width: 90px;
    right: 10px;
    bottom: 10px;
}
