/* ВСПЛЫВАЮЩИЕ ОКНА */
.box80 {
	position: fixed;
	top: 10%;
	left: 10%;
	width: 80%;
	height: 50%;
	overflow-y:auto; 
	overflow-x:hidden;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	padding: 10px;	
	z-index: 200;
	overflow-y:auto; 
	overflow-x:auto;
}
.box90 {	/* SMALL WINDOW */
	position: fixed;
	top: 30%;
	left: 10%;
	overflow-y:auto; 
	overflow-x:hidden;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	padding: 10px;	
	z-index: 200;
	overflow-y:auto; 
	overflow-x:auto;
}
#box * {
	z-index: 200;
}