﻿#modalPage
{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px; left: 0px;
    font-size:12px;
    color:white;
    font-weight:normal;
    z-index:1000;
}
#modalCountrySelectorPage
{
    /*display: none;*/
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px; left: 0px;
    font-size:12px;
    color:white;
    font-weight:normal;
    z-index:2000;
}
.modalBackground
{
    filter: Alpha(Opacity=70); -moz-opacity:0.7; opacity: 0.7;
    width: 100%; height: 100%; background-color: #FFFFFF;
    position: absolute;
    z-index: 500;
    top: 0px; left: 0px;
}
.modal
{
    position: relative;
    top: -150px;
    left: -150px;
    z-index: 1000;
    width: 300px;
    height: 300px;
    padding: 0px;
}

.modalContainer
{
    position: absolute;
    width: 300px;
    left: 50%;
    top: 50%;
    z-index: 750;
}

.modalContainerDialog
{
    position:fixed;
    width: 300px;
    left: 50%;
    top: 50%;
    z-index: 750;
}