@CHARSET "UTF-8";
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	color: #616161;
	line-height: 1.2em;
}
h1,h2,h3,h4{
	margin: 0;
	padding: 0;
}
p{
	margin: 0;
	padding: 0;
}
h2{
	font-size: 28px;
}
.clear{
	clear: both;
}
#root{
	width: 975px;
	height: 1780px;
	background: url(/media/img/bg.jpg);
	margin: 0 auto;
	background-repeat: no-repeat;
}
#root2{
	width: 975px;
	height: 855px;
	background: url(/media/img/bg_2.jpg);
	margin: 0 auto;
	background-repeat: no-repeat;
}
#header{
	width: 92%;
	height: 274px;
	margin: 0 auto;
}
#slider{
	width: 92%;
	height: 256px;
	margin: 0 auto;
	font-size: 12px;
}
 
#slider-inner{
	margin: 20px 0 0 0;
}
#slider-inner p{
	margin: 30px 0 0 0;
}
#content{
	width: 90%;
	margin: 0 auto;	
}
#content p{
	margin: 0;
	padding: 0;
	font-size: 12px;
}
#content .rejestracja-form{
	margin: 20px 0;
}
#content .rejestracja-form .rejestracja-form-row{
	margin: 10px 0;
}
#content .rejestracja-form .rejestracja-form-row p span.error{
	top: 8px;
	color: red;
	padding: 0 0 0 5px;
	position: relative;
}
#content .rejestracja-form .rejestracja-form-row div.hr {
	background-color: #d9d9d9;
	height: 1px;
	margin: 8px 0;
}
#content .rejestracja-form .rejestracja-form-row h3{
	margin: 10px 0;
}

#content label{
	float:left;
	padding:5px 0 0 20px;
	width:290px;
}
#content input,
#content textarea{
	border: 1px solid #b3b3b3;
	float: left;
}
#content input{
	width: 245px;
	height: 25px;
}
#content textarea{
	width: 245px;
	height: 95px;
}
#content select{
	width: 247px;
	height: 25px;
}
#content #rejestracja{
	background: url("/media/img/register-btn.png") no-repeat scroll left center transparent;
	border: medium none;
	cursor: pointer;
	height: 57px;
	width: 210px;
	margin: 20px 0 0 0;
}
#banner{
	width: 950px;
	height: 316px;
	background: url(/media/img/banner-bg.png);
	margin: 0 11px;
}
#banner .banner-inner{
	padding: 50px 48px 0 50px;
}
#banner h2{
	padding: 20px 0px 0px 20px;
}
.bannerbox{
	color: #fff;
	width: 139px;
	float: left;
	text-align: center;
}
.logo{
	padding: 20px 0 50px 0;
}
.logo a{
	background: url("/media/img/logo.png") no-repeat scroll 0 0 transparent;
	display: block;
	height: 38px;
	overflow: hidden;
	text-indent: -9999px;
	width: 140px;
}
.steps .step-1{
	margin: 35px 0 0 70px;
}
.steps .step-2{
	margin: 35px 0 0 110px;
}
.steps .step-3{
	margin: 35px 0 0 115px;
}
.steps .step{
	float: left;
	width: 200px;
	color: #fff;
}
.steps .step h3{
	padding: 0 0 10px 0;
}
.steps .step p{
	font-size: 12px;
}
.blue{
	color: #43aadf;
}
.white{
	color: #fff;
}
.black{
	color: #000;
}
.red{
	color: red;
}
.center{
	text-align: center;
}
/*ajax*/
.ajaxbox{
	width: 600px;
	/*height: 500px;*/
	min-height: 320px;
}
.ajaximg{
	float: left;
	margin: 5px;
}
.ajaxdesc p{
	margin: 5px 0;
}
.ajaxbox-inner p.ptitle{
	font-size: 11px;
	letter-spacing: 2px;
}
.ajaxbox-inner p.pdesc{
	text-align: justify;
}
.thanks{
	margin: 200px auto 0 auto;
	text-align: center;
}
.pregulamin{

}
.pregulamin #box {
	width: 20px;
	height: 20px;
	margin: 8px 0 0 0;
}