table.edycja
{
	border-collapse: collapse;
	width: 100%;
	height: 100%;
	border: 1px solid #777;
}
table.edycja th
{
	height: 30px;
	text-align: left;
	background-color: #EEEEDD;
}
table.edycja td
{
	padding: 0px;
}
table.clear 
{
	height: 100%;
}
table.clear td 
{
	font-size: 11px;
	vertical-align: middle;
}

a.button
{
	font-size: 11px;
	text-decoration: none;
	color: black;
	padding: 3px 5px 3px 5px;
	border: 1px solid #EEEEDD;
}
a.button:hover
{
	border: 1px solid #316AC5;
	background-color: #DFF1FF;
}
