/*
-----------------------------------------------
Standard modal windows
Author:   Anthony Shafto & Jeffrey Barke
Version:  29 November 2007
----------------------------------------------- */

/* overlay
----------------------------------------------- */
#overlay {
	background-color: #00386c;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1000;
}

/* modal window
----------------------------------------------- */
#sendPage {
	background-color: #fff;
	height: 3px;
	left: 0;
	position: absolute;
	top: 40%;
	width: 100%;
	z-index: 2000;
}
#sendPageTop {
	height: 1px;
/*	background-image: url(/images/modal/borderTop.png); */
	background-repeat: no-repeat;
	visibility: hidden;
	z-index: 1500;
}
#sendPageContent {
	height: 3px;
	background-color: #fff;
	width: 100%;
	z-index: 2500;
}
#sendPageContentChild {
	background-color: #fff;
	border: solid #000;
	border-width: 1em 0 1em 0;
	min-height: 100%;
	padding: 10px;
	width: 100%;
	z-index: 3000;
}
.modal-window-container .close {
	margin-top: -2em;
	position: absolute;
	text-align: center;
	width: 100%;
}
.modal-window-container .close a, .modal-window-container .close a:visited {
	background-color: #000;
	color: #fff;
	font-weight: bold;
	padding: 0 3em .4em 3em;
	text-decoration: none;
}
.modal-window-container .close a:hover, .modal-window-container .close a:active { color: #ff0000; }
.modalcontent {
	color: #000;
	margin: 0 auto 0 auto;
	padding: 10px;
	text-align: center;
	width: 1015px;
}
#modalContentInner {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 700px;
}
#modalContentInner h2 {
	color: #00386c;
	font-size: 130%;
	text-transform: uppercase;
}
#modalContentInner form { position: relative; }
#modalContentInner form label, #modalContentInner form input { display: block; }
#modalContentInner form label { padding-bottom: 0.3em; }
#modalContentInner p.response {
	background: #fafafa 5px center no-repeat;
	border: 1px solid #00386c;
	color: #10385c;
	padding: 10px 10px 10px 45px;
}
#modalContentInner p.success {
	background-image: url(../images/icons/complete.gif);
}
#modalContentInner p.failure {
	background-image: url(../images/icons/stop.gif);
}
.modalcontent .btn {
	left: 0;
	margin: 0;
	top: 0;
}
#sendPageBottom {
/*	background-image: url(../images/modal/borderBottom.png); */
	background-repeat: no-repeat;
	height: 1px;
	visibility: hidden;
	z-index: 1500;
}
.modal-window-container .border {
	background-repeat: no-repeat;
	border: #000 solid;
}
#sendPageMask {
	background-color: #00386c;
	height: 4px;
	left: 0;
	position: absolute;
	top: 40%;
	z-index: 3000;
}
.modalTable td {
	padding-right: 20px;
}