#fade { /*--Przejrzyste warstwy tła--*/
/*
	background:#fff;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .9;
	z-index: 9999;*/


	position: fixed; left: 0; top: 0;

	background-image: url('../img/v_bg4.png') !important;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
color: #000305;
margin: 0;
padding: 0;
text-align: left;
background-size: cover;
background-attachment: fixed;
height: 100%;
width: 100%;
z-index: 9999;
}

.popup_block{
	display: none; /*--domyślnie ukryte--*/


	background:#EE0000;
	

	padding: 40px;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	max-width: 500px !important;
	width: 100% !important;
	}
.details textarea, .details input {width:97%;}
.popup_block p{
width:80%;
}

img.btn_close {
	float: right;
	margin: -55px -55px 0 0;
}
/*--Kod pozwalający na prawidłowe pozycjonowanie w  IE6--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}
