@CHARSET "UTF-8";

#okno {
	position: absolute;	
	min-width: 200px;
	min-height: 200px;
	max-height: 500px;
	max-width: 500px;
	display: none;
}

#okno > div {
	width: inherit;
}

#okno div#naglowek {
	height: 25px;
	background-color: red;
}

#okno div#stopka {
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 20px;
	background-color: blue;
}

#okno div#center {
	background-color: white;
	z-index: 50;
}
