﻿#modalPage
{
    display: none;
    position: absolute;
    width: 100%;
    height: 200%;
    top: 0; 
    left: 0;
   z-index:5;
}
.modalPageStyle
{
    display: none;
    position: absolute;
    width: 100%;
    height: 250%;
    top: 0; 
    left: 0;
}
.modalBackground
{
    filter: Alpha(Opacity=40); -moz-opacity:0.4; opacity: 0.4;
    width: 100%; height: 100%; background-color: #999999;
    position: absolute;
    z-index: 150;
    top: 0px; left: 0px;
}
.modalContainer
{
    position: absolute;
    width: 300px;
    left: 50%;
    top: 50%;
    z-index: 175;
}
.modal
{
    background-color: #a9b4c3;
    border: solid 4px #fff; position: relative;
    top: -150px;
    left: -150px;
    z-index: 200;
    width: 420px;
    height: 320px;
    padding: 0px;
}
.modalTop
{
    width: 410px;
    background-color: #A9B4C3;
    padding: 4px;
    color: #ffffff;
    text-align: right;
}
.modalTop a, .modalTop a:visited
{
    color: #ffffff;
}
.modalBody
{
    padding: 10px;
}

.input_submit2 {

	margin: 0px 0 0 0;
	padding: 0 5px 0 5px;
	float: right;
	display: block;
	height: 25px;
	border: 1px solid #e9edf3;
	background: #3e5a83;
	color: #fff;
	cursor: pointer;
}

