﻿.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffff;
	border-width:1px;
	border-style:solid;
	border-color:#000000;
}

.content {
	position: relative;
	}

.footer {
	position: absolute;
	bottom: 0;
	height:50px;
	z-index:-1;
	}
