#modal_shield {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

#modal {
	height: 100%;
	width: 100%;
	position:absolute;
	top: 0;
	left: 0;
	z-index: 101;
}

#modal_content {
	height: 100%;
	width: 100%;
	position:absolute;
	top: 0;
	left: 0;
	z-index: 102;
}


#please_wait {
	height: 100%;
	width: 100%;
	position:absolute;
	top: 0;
	left: 0;
	z-index: 102;
	background-color: #fff;
}

#modal_content2 {
	padding: 10px;
}

#modal_content2 table {
	background-color: #e7e7e7;
	margin: auto;
}

