@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

#poz {
	position: relative;
	height: auto;
	width: 980px;
}
body #poz {
	margin-right: auto;
	margin-left: auto;
}
#info {
 position: absolute;
 top: 170px;
 right: 140px;
 padding: 20px;
 border: solid 1px #21A013;
 width: 250px;
 background: #fff;
 z-index: 99;
 font-weight: bold;
}
#top {
	position: relative;
	height: 152px;
	width: 700px;
	background-image: url(../images/top.jpg);
	top: 10px;
	margin-bottom: 10px;
}
#con {
	position: relative;
	height: auto;
	width: 700px;
	left: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #085A10;
	border-left-color: #085A10;
	padding-right: 10px;
	padding-left: 10px;
}
#stopka {
	position: relative;
	height: 29px;
	width: 700px;
	text-align: center;
}
.button {
	color: #FFF;
	width: 100px;
	background-color: #063;
	font-weight: bold;
}

#poz #stopka a {
	text-decoration: none;
	color: #006;
}

.Mainbox {
	width: 771px;
	display: table;
}
#nazwa {
	position: absolute;
	left: 130px;
	top: 175px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2B5501;
}

h3 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #516BA6;
}
#con2 {
	position: relative;
	height: auto;
	width: 710px;
	left: 135px;
	top: 0px;
}
.row {
	position: relative;
	height: 50px;
	width: 600px;
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #085A10;
	left: 0px;
	top: 0px;
	padding-right: 50px;
	padding-left: 50px;
}
#poz #con {
	margin-right: auto;
	margin-left: auto;
}

input {
	background-color: #eee;
	padding: 2px;
	margin: 2px;
	border: 1px solid #666;
}
.cell {
	display: inline;
	float: left;
	padding: 2px;
	width: 100px;
}

