@media screen, projection{	.modal-overlay { /* przykrywa serwis */		z-index:100;		position: fixed;		top:0; right:0; bottom:0; left:0;		height:100%; width:100%;		margin:0; padding:0;		background:#000000;		opacity:.60; filter: alpha(opacity=60); -moz-opacity: 0.60;	}	.modal-window {		z-index:110;		position: absolute;		top:47%; left:50%;		margin:0; padding:0;		background:#ffffff;		overflow-x: hidden;		overflow-y: hidden;	}	.href-overlay {  /* przykrywa wszystko w okienku print nie dziala w IE*/		position: absolute;		z-index: 115;		top:0; right:0; bottom:0; left:0;		height:100%; width:785px;		margin:0;padding:0;	}	.piframe { padding: 0; }	#printButons {		z-index: 118;		position: absolute;		right: 15px; top: 0;		padding: 15px 8px 8px 8px;		width: 250px;		background-color: #fff; 	}		.close-window {		z-index: 120;		cursor: pointer;		width: 128px; height: 32px;		padding-right: 23px;		background: url("../images/print/closeB.gif") no-repeat right 0;		color: #A5A5A5;		font-size: 14px; font-weight: bold;		opacity:.5;	filter: alpha(opacity=50); -moz-opacity: 0.5;	}	.close-window:hover	{		opacity:.99; filter: alpha(opacity=99); -moz-opacity: 0.99; text-decoration: none;	}		.print-window {		z-index: 120;		cursor: pointer;		width: 75px; height: 32px;		padding-right: 23px;  margin-right: 15px;		background: url("../images/print/printB.gif") no-repeat right 0;		color: #A5A5A5;		font-size: 14px; font-weight: bold;		opacity:.5; filter: alpha(opacity=50); -moz-opacity: 0.5;	}	.print-window:hover {		opacity:.99; filter: alpha(opacity=99); -moz-opacity: 0.99;	text-decoration: none;	}}
