#ModalBackground {
	display: none;
	background: #333;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 99997;
}

#ModalForeground{
	display: none;
	background: #fff;
	padding: 0;margin:0;
	max-height:80%;
	overflow-x: hidden;
	overflow-y: auto;
	border: 0;
	float: left;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99998;
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
}

.modal-close-x {
	margin-top: 2px;
	color: #000000;
	float: right;
	font-size: 20px;
	font-weight: bold;
	line-height: 18px;
	opacity: 0.2;
	text-shadow: 0 1px 0 #FFFFFF;
}
.modal-close-x:hover{color:#000;text-decoration:none;opacity:.4;filter:alpha(opacity=40);cursor:pointer}

.modal-header{padding:9px 15px;border-bottom:1px solid #eee}
.modal-header h2 {margin-bottom:0;}

.modal-body{padding:15px;min-height:auto!important;height:auto!important;}

.modal-footer:after {clear: both;}
.modal-footer:before, .modal-footer:after {content: "";display: table;}
.modal-footer:before, .modal-footer:after {content: "";display: table;}
.modal-footer {
	background-color: #F5F5F5;
	border-radius: 0 0 6px 6px;
	border-top: 1px solid #DDDDDD;
	box-shadow: 0 1px 0 #FFFFFF inset;
	margin-bottom: 0;
	padding: 14px 15px 15px;
}
