#overlay{
	display: table;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(overlay.png);
	z-index:100;
	border: 1px solid red;
}

#overlay #window {
	display: table-cell;
	vertical-align: middle;
	z-index:100;
}

#overlay #loading {
	width: 32px;
	height: 32px;
	background: url(loading.gif) no-repeat;
	background-position: 10px;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid black;
	overflow: auto;
	background-color: #fff;
	z-index:100;
}

#overlay #zacheta{
	width: 305px;
	height: 139px;
	background: url(../img/zacheta.gif) no-repeat;
	margin: 0 auto;
	padding: 0px;
	overflow: auto;
	z-index:100;
	position: relative;
}

 .tak, .nie, .zamknij {
 	display: block; 	
	position: absolute;
	cursor: pointer;
 }
 
.tak{
 	display: block; 	
 	width: 43px;
	height: 20px;
 	bottom: 11px;
	right: 77px;
 }
 
  .nie{
  	width: 43px;
	height: 20px;
 	bottom: 11px;
	right: 28px;
 }
 
  .zamknij{
  	width: 18px;
	height: 15px;
 	top: 15px;
	right: 6px;
 }
 
.scrollbars { 
overflow: hidden;
overflow-x: auto;
overflow-y: hidden 
}
