@charset "utf-8";
/* CSS Document */
div.myFooter {
	display:block;
	width:100%;
	height:154px;
	margin-top:0;
	background-image:url(../img/curve_r01.gif);
	background-repeat:no-repeat;
	background-position:center bottom;
}

.black_overlay{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #CC0000;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
	overflow: visible;
}

.white_content {
	display: none;
	position: fixed;
	top: 25%;
	left: 25%;
	width: 482px;
	height: 312px;
	padding: 16px;
	border: 5px solid #D2D2D2;
	background-color: white;
	z-index:1002;
	overflow: auto;
}