
#overlay_DivMain {
	display: none;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background-color: #000000;
}

#overlay_DivInfo {
	display: none;
	opacity: 0;
	position: absolute;
	overflow: auto;
	border: 2px solid #2E8440;
	z-index: 99999;
	background-color: #FFF8CC;
}

#overlay_AClose {
	position: absolute;
	top: 0;
	right: 0;
	width: 24px;
	height: 24px;
	background: url(close.gif) center no-repeat;
	text-indent: -99999px;
	cursor: pointer;
}

#overlay_PTitle {
	background: #2E8440;
	padding-left: 0.5em;
	color: #FFFFFF;
	line-height: 24px;
}

#overlay_Frame {
	width: 800px;
	height: 640px;
}



