﻿
.popup-div-background
{
	vertical-align: bottom;
	position: absolute;
	top: 0%;
	left: 0%;
	bottom: 0%;
	right: 0%;
	background-color: White; /*  background-color:#ccc;*/
	filter: alpha(opacity=70);
	opacity: 0.9; /* the following two line will make sure     /* that the whole screen is covered by     /* this transparent layer */
	height: 200%;
	width: 100%;
	z-index: 2;
}
.popup-div-front
{
	background-color: White;
	color: Teal;
	width: 40%;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	top: 35%;
	left: 30%;
	bottom: 45%;
	font-weight: bold;
	padding: 10px 5px 5px 5px;
	font-family: Verdana;
}



