@charset "utf-8";
/* CSS Document */
body,html,h2,h1,p,a,div,ul,li,span,h3
{
	margin:0px;
	padding:0px;
}
html
{
	background-color:#333;
	background-image:url(bg3.png);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}
form
{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
}
.grupa
{
	padding:16px;
	background-color:#fff;
	margin:10px 0;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}
.gr
{
	background-color:#930;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	padding-left:6px;
}
h2
{
	font-size:16px;
	padding-bottom:6px;
	border-bottom:1px dotted #666;
	text-transform:uppercase;
	font-weight:normal;
}
h3
{
	font-size:14px;
	font-weight:normal;
	padding:10px;	
}
p
{
	font-size:12px;
	padding:6px 10px 0px 10px;
}
label
{
	display:block;
	font-size:12px;
	padding-left:2px;
	padding-bottom:2px;
}
input, textarea
{
	outline:none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border:none;
	border:1px solid #ddd;
	background-color:#eee;
	padding:4px;
	width:830px;
	margin-bottom:10px;
}
.radio p
{
	width:260px;
	display:block;
	float:left;
}
.radio label
{
	float:left;
	width:80px;
}
.radio input
{
	float:left;
	width:50px;
}
ul
{
	list-style:decimal;
	margin-left:30px;
}
ul li
{
	margin-bottom:5px;
}
.pierwsza p
{
	display:block;
	float:left;
	width:140px;
}
.pierwsza span
{
	display:block;
	font-size:52px;
	font-weight:bold;
}
.pierwsza span.sp
{
	position:relative;
	top:-10px;
	margin-left:3px;
	display:block;
	font-size:18px;
}










.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}