body.overlay {
	text-align:left; overflow-x: hidden;
}
body.nooverlay {
	text-align:left;
}
.overlay_pgembd {
	position: absolute; top: 0px; width: 1001px; z-index: 1000;
	background: #555555;
	opacity: 0.01; -moz-opacity: 0.01; filter:alpha(opacity=01);
}
.content_pgembd_loading {
	width: 200px;
	height: 200px;
	position: absolute; top: 0px; z-index: 1100;
	background: white url('/images/pgembd/loading.gif') center center no-repeat;
	opacity: 0.0; -moz-opacity: 0.0; filter:alpha(opacity=0);
}
.content_pgembd_loaded {
	width: 200px;
	height: 200px;
	position: absolute; top: 0px; z-index: 1100;
	background: white;
}
.content_pgembd_init {
	position: absolute; top: 0px; z-index: 1100; background: white;
	border-bottom: 0px solid white;
	opacity: 0.0; -moz-opacity: 0.0; filter:alpha(opacity=0);
}
.content_pgembd {
	position: absolute; top: 0px; z-index: 1100; background: white;
	border-bottom: 0px solid white;
}
.pgembd_cp {
	padding: 0px; margin: 0px;
	height: 41px; width: 41px;
	position: absolute; top: 0px; z-index: 1100;

}
#pgembd_close {
	background: url('/images/pgembd/close.gif') no-repeat;
	display: block;
	width: 41px;
	height: 41px;
	cursor: pointer;
	opacity: 0;
	filter:alpha(opacity=0);
}
.embdpframe {
	border: 1px solid #eeeeee;
}
.pgembd_cp A:link, .pgembd_cp A:active, .pgembd_cp A:visited {
	color: black; text-decoration: none; -moz-outline-style:none; font: 12px verdana;
}
.pgembd_cp A:hover {
	color: black; text-decoration: underline;
}

