/* eas-net.pl robisie */
@charset "UTF-8";
#tabela {
	border: 1px solid #dcdcdc;
	background: -moz-linear-gradient(top, #eeeecc, #ffffff);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#eeeecc', endColorstr='#ffffff'); /* IE */
	width: 500px;
	height: auto;
	background-color: #fefefe;
	padding: 10px;
	margin-top: 10px;
	border-radius: 0 0 10px 10px;-webkit-border-radius: 0 0 10px 10px; 
	box-shadow: 0 9px 9px -5px rgba(0,0,0,0.9);-ie-box-shadow: 0 9px 9px -5px rgba(0,0,0,0.9);
}
#glowne {
	width: 538px;
	background-color: #f5f5f5;
	background-image: url();
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid silver;
	border-radius: 0 0 10px 0; -webkit-border-radius: 0 0 10px 0;
}
.tytul { 
	width: auto;  
	height: 45px; 
	background: #eee url(tytul_tlo.gif)repeat-x;	background-position: bottom;
	border: 1px solid #c0c0c0;
	text-align: center;
	font-size: 20pt; 
	font-family: Tahoma, Verdana, Arial;
	word-spacing: 1px;
	padding: 5px 20px 0px 20px;
	text-shadow: 1px 1px 1px #fff; -webkit-text-shadow: 1px 1px 1px #fff;
	box-shadow: 0 9px 5px -5px rgba(0,0,0,0.9);-ie-box-shadow: 0 9px 5px -5px rgba(0,0,0,0.9);
	border-radius: 0 0 0 0; -webkit-border-radius: 0 0 0 0;
	color: #696969;
	vertical-align: text-bottom;
	letter-spacing: 2px;
}
.text { 
	width: 90%;  
	height: auto; 
	border: 1px solid #eee;
	text-align: center;
	font-size: 10pt; 
	font-family: Tahoma, Verdana, Arial;
	word-spacing: 1px;
	padding: 5px;
	text-shadow: 1px 1px 1px #fff; -webkit-text-shadow: 1px 1px 1px #fff;
	vertical-align: text-bottom;
	letter-spacing: 1px;
}
div.line, .line { border: 1px none #dcdcdc;  width: 98%;  border-bottom-style: solid;  margin-top: 10px;  margin-bottom: 10px;}