/*
.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
 
.white_content {
	display: none;
	position: absolute;
	top: 130px;
	left: 38%;
	height:450px;
	width: 30%;
	height: auto;
	padding: 20px 0px 15px 0px;
	border:2px solid #D6241B;
	background-color: white;
	z-index:1002;
	padding:0 0px 0px 3px;
}
*/

.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 250%;
	background-color: white;
	z-index:1001;
	-moz-opacity: 0;
	opacity:0;
	filter: alpha(opacity=0);
}
 
.white_content {
	display: none;
	position: absolute;
	top: 150%;
	left:20%;
	width: 625px;
	height: auto;
	padding: 0;
	/*border:2px solid #D6241B;*/
	background-color: white;
	z-index:1002;
	overflow: auto;
}


.black_overlay1{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 300%;
	background-color:#000000;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
 
.white_content1{
	display: none;
	position: absolute;
	top: 20%;
	left:25%;
	width:auto;
	height: auto;
	padding: 20px;
	border:15px solid #f2f2f2;
	background-color: white;
	z-index:1002;
	overflow: auto;
	-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

