﻿a.przyciskBody,a.przyciskBody:visited {
	text-decoration: none;
	color: #666;
}
a.przyciskBody:hover{
	color: #fff;
	background-color:#999;
}
.zastrzezenia{
	color: #666;	
	font-family:Arial;
	font-size: 14px;
	display: block; 
	width: 80%; 
	height: 30%; 
	z-index:1000; 
	position: fixed; left: 10%; top: 20%; 
}
.zastrzezeniaBody{
	background-color:#fff; 
	z-index:1001; 
	position: absolute; left:100px; right:100px; top:40px; bottom:40px; 
	border: #7eabcd 2px solid; 
	min-width:450px;
	min-height:240px;
}
.tytul{
	z-index:1002; 
	position: absolute; left:0px; right:0px; top:0px; 
	height:19px; 
	color: #666;	
	font-weight: bold;
	text-align: center; 
	padding: 8px;
}	
.tresc{
	background-color:#eee; 
	border: #ccc 1px solid; 
	z-index:1002;
	position: absolute; left:15px; right:15px; top:40px; bottom:60px;
	padding: 15px 25px;
	text-align: justify;
	line-height: 1.9em;
	overflow: auto;
}
.przyciskWsp{
	border: none; 
	position: absolute; bottom:15px; 
	width:45%; 
	height:25px; 
}
.przycisk1{
	left:15px;
}
.przycisk2{
	right:15px;
}
.przyciskBody{
	border: #ccc 1px solid; 
	width:150px; 
	text-align:center; 
	padding:4px; 
	cursor:pointer; 
}