#apDiv1 {
	position:absolute;
	width:100%;
	height:100%;
	z-index:1;
	left: 0;
	top: 0;
}
#apDiv2 {
	position:absolute;
	width:100%;
	height:99%;
	z-index:2;
	left: 0;
	top: 0;
}
#apDiv3 {
	position:absolute;
	width:100%;
	height:99%;
	z-index:3;
	left: 0;
	top: 0;
}
#apDiv4 {
	position:absolute;
	width:100%;
	height:31px;
	z-index:4;
	left: 0px;
	bottom: 0px;
	overflow: hidden;
}
a.close{
	font-size: 12px;
	display: block;
	text-align: right;
}

.window{
	display: none;
	position: fixed;
	border: 1px solid #0F1D17;
	background: #e9f8cf;
	padding: 10px;
	color: #000000;
	width: 450px;
	left: 35%;
	top: 30%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
