.dimBackground {
	background-color: rgb(0, 0, 0);
	opacity: 0.7; /* Safari, Opera */
	-moz-opacity:0.70; /* FireFox */
	filter: alpha(opacity=70); /* IE */
	z-index: 2;
	height: 100%;
	width: 100%;
	background-repeat:repeat;
	position:fixed;
	top: 0px;
	left: 0px;
}
.popupOverAll {
	z-index: 3;
	position: absolute;
	left: 40%;
	top: 40%;
	width:300px;
	height:200px;
	margin-left:-150px;
	margin-top:-100px;
	text-align:left;
}