#modalOverlay { background-color:#000; }

#modalContainer {
	height:auto;
	width:auto;
	left:50%;
	top:7%;
	margin-left:-300px; /* half the width, to center */
	background-color:#fff;
	border:1px solid #666;
	z-index:100000;
	padding: 2.5em;
	max-width:900px;
	min-width:400px;
	min-height:400px;
}

#modalContainer .modalData { text-align:center; }
#modalContainer .well{ overflow:hidden; }
#modalContainer.html{ width:100%; }

/*#modalContainer div.modalClose{ text-align:right; display:block; width:91%; height:30px; border:solid red 1px;}*/
#modalContainer a{ cursor: pointer; }
#modalContainer a.modalCloseImg {
	background:url("/common_scripts/images/Modal/close.jpg") no-repeat;
	width:70px;
	height:30px;
	display:inline;
	z-index:110000;
	position:absolute;
	top:0px;
	right:0;
	display:block;
}

/* M.O. 6/9/16 - Kept as reference from Bootstrap version
#modalContainer{
	height: auto;
	top:7%;
	z-index:10000;
}
#modalContainer a.modalCloseImg {
	background:url("/common_scripts/images/Modal/close.jpg") no-repeat;
	width:15%;
	height:30px;
	display:inline;
	z-index:11000;
	position:absolute;
	top:0px;
	left:88.5%;
	cursor:pointer;
}
.popupCloseWpr a.modalClose {
	font-size: 1.5em;
	color: #FFF;
	cursor: pointer;
	cursor: hand;
}
.popupWpr {
	padding-bottom: 2.5em;
	padding-left: 2.5em;
	padding-right: 2.5em;
	padding-top: 2.5em;
	max-width:900px;
}			
.popupCloseWpr{ text-align: right; }
.popupWpr.html{ width:100%; }
.popupWpr .well{ overflow:hidden; }
--------------------------------------
.popupWpr {
	padding-bottom: 2.5em;
	padding-left: 2.5em;
	padding-right: 2.5em;
	padding-top: 2.5em;
	max-width:900px;
}			
.popupWpr.video {
	width:100%;
}				
.popupCloseWpr {
	text-align: right;
}
.popupCloseWpr a {
	font-size: 1.5em;
	color: #FFF;
	cursor: pointer;
	cursor: hand;
}
.popupWpr .well {
	overflow:hidden;
}

.popupWpr.form {
	width:100%;
}

*/