body {
	font-family: Arial;
	font-size: 7pt;
	margin: 0;
	padding: 0;
	background-color: #f1f1f1;
}

div#wrapper {
	margin: 0 auto;
	width: 800px;
	background-color: #ffffff;
	position: relative;
}

#printme {
	position: absolute;
	z-index: 10000;
	right: 170px;
	top: 33px;
}

#printme input {
	font-weight: bold;
	font-size: 16px;
}

header {
	font-size: 20px;
	padding-top: 5px;
}

header img {
	margin: 5px 40px 5px 40px;
	vertical-align: top;
	float: left;
}

header div {
	font-size: 14px;
	display: inline-block;
	padding: 5px 0;
}

header div.numer {
	text-align: right;
	font-size: 12px;
	font-style: italic;
	width: 333px;
}

header span {
	display: inline-block;
	vertical-align: top;
	border-bottom: 3px solid #dd127b;
	width: 543px;
}

.inl {
	display: inline-block;
	vertical-align: top;
	margin: 0 8px 5px 10px;
	width: 110px;
	border-left: 2px solid #dd127b;
}

.sect {
	margin-bottom: 2px;
}

.sect div.product {
	background: url(images/kropki.png) repeat-x scroll 0 0 #ffffff;
	border-bottom: 1px dotted #000000;
	height: 13px;
	position: relative;
}

.sect div.strona {
	border-bottom: 2px solid #dd127b;
	font-weight: bold;
	color: #dd127b;
	padding-left: 7px;
}

.left, .right {
	background-color: #ffffff;
	display: inline-block;
	vertical-align: top;
	height: 11px;
	bottom: -2px;
	position: absolute;
}

.left {
	padding-left: 7px;
	left: 0;
}

.right {
	right: 0;
}

.note {
	text-align: justify;
	padding: 0 30px 0 10px;
}
