﻿.modalPage
{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px; left: 0px;
}

.modalPage2
{
    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: 99%; height: 99%; 
    /*background-color: #999999;*/
    position: absolute;
    /*z-index: 500;*/
    top: 0px; left: 0px;
}

.modalContainer
{
    position: absolute;
    width: 300px;
    left: 50%;
    top: 50%;
    z-index: 750;
}

.modal
{
    background-color: #DCE9EE;
    border: solid 4px #352118; position: relative;
    top: 60px;
    left: 40px;
    z-index: 1000;
    width: 318px;
    height: 325px;
    padding: 0px;
    text-align:center;
}

.modal2
{
    background-color: #DCE9EE;
    border: solid 4px #5c3222; position: relative;
    top: -150px;
    left: -150px;
    z-index: 1000;
    width: 300px;
    height: 270px;
    padding: 0px;
    text-align:center;
}

.modalTop
{
	background-color:#5c3222;
	text-align:center;
	font-weight:bold;
	color:White;
}

.modalBody
{
}