html, body  {
	padding:0px;
	margin:0px;
}

#divPopupBg {
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	opacity: 0.85;
	
	background-color: #000000;
	position: absolute;
	visibility: hidden;
	background-position:bottom
}

div.divWindow {
	position: absolute;
}

div.divWindow iframe {
	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: 70px;
	height: 35px;
	margin-right: 0px;
	display: block;
	margin-right: 0px;
	overflow: hidden;
	text-indent: -9999px;
}
