#divPopupBg {
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	opacity: 0.85;
	
	background-color: #333;
	position: absolute;
	visibility: hidden;
	background-position:bottom
}

div.divWindow {
	position: absolute;
}

div.divWindow iframe {
	/*border: 1px solid #d52323;*/
	padding: 0;
	margin: 0;
}

/*
div.divWindow .header a {
	float: right;
	background:url(../img/divopen-fechar.gif) no-repeat;
	width: 25px;
	height: 25px;
	display: block;
	margin-right: 10px;
	overflow: hidden;
	text-indent: -9999px;
}*/

div.divWindow .header a {
	float: right;
	background:url(../img/divopen-fechar.gif) no-repeat;
	width: 62px;
	height: 15px;
	margin-right: 0px;
	display: block;
	margin-right: 0px;
	overflow: hidden;
	text-indent: -9999px;
	padding-bottom: 5px;
}