.fadebox {
	display: none;
	position: fixed !important;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	min-height: 100%;
	height:100%;
	background-color: #000000;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.overbox {
	display: none;
	position: absolute;
	top: 50%;
	margin-top:-233px;
	left: 50%;
	width: 622px;
	height:900px;
	/*margin-top: -300px;*/
	margin-left: -311px;
	z-index:1002;
}

#content{
	color:#000000;
	width:600px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	/*background-color:#E7E7E7;*/
}
