.black_overlay {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	display: none;
	z-index: 1001;
	background-image:  url(transparent-back.gif);
	background-repeat: repeat;
 }

.white_content {
	display: none;
	position: relative;
	top: 20%;
	left: 25%;
	right: 25%;
	bottom: 20%;
	width: 50%;
	min-width: 450px;
	height: 70%;
	min-height: 350px;
	background-color: white;
	z-index: 1002;
	overflow: auto;
	text-align: center;
	border: 1px solid #000000;
	padding-top: 10px;
}
.frame {
	background-color: #FFFFFF;
	padding: 10px;
	z-index: 1003;
}
.insidewindow {
	padding: 10px;
	overflow: scroll;
	position: absolute;
	left: 10%;
	top: 10%;
	right: 10%;
	bottom: 10%;
	text-align: center;
	overflow-x: hidden;
}
.closewindow {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	clear: both;
	font-size: 0.8em;
	padding-bottom: 10px;
}

