#popBack
{
	position: absolute;
	top: 0px;
	left: 0px;
	background: #000000;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 100;
}

#popDiv
{
	width: 400px;
	height: 300px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -200px;
	margin-top: -150px;
	z-index: 1000;
}

#popInner
{
	border-style: solid;
	border-color: #e4e4e4;
	border-width: 4px;
}

#popBody
{
	text-align: center;
	line-height: 292px;
	background-color: #ffffff;
}
