/* Formatowanie domyslne */
h2.df-title
{
	clear: left;
	color: #333333;
    display: block;
    font: bold 24px/24px Tahoma;
    padding: 0 0 4px;
	margin: 0px;
	padding: 14px 1px 4px 0;
}

div.df-element input.df-field, div.df-element input{
	border: 1px solid #A5A5A5;
	background-color: #ffffff;
	height: 31px;
}
p.df-description {
	margin: 18px 0 15px 184px;
	width: 74%;
	float: left;
}
.df-label
{
    color: #333333;
	font-family: 'open_sansbold',Tahoma,Arial,sans-serif;
	font-size: 1em;
	line-height: 1.4em;
}

.df-main input[type=text],
.df-main textarea,
.df-main select {
	margin: 0px;
	padding: 1px;
	min-width: 0px;
	background-color: #FFFFFF;
	border: 1px solid #BBBBBB;
	font-family: Verdana;
	font-size: 11px;
	color: #a7a7a7;
}
.df-main input[type=text] {
	padding: 2px 1px 2px 1px;
}
.df-main label {
	cursor: pointer;
}
.df-main input[type=radio],
.df-main input[type=checkbox] {
	width: 16px;
	height: 16px;
	margin: 0px 2px 0px 2px;
	padding: 0px\9; /* IE+8 Hack */
	padding: 0px !iefix; /* IE+7 Hack */
	vertical-align: -4px;
}

.df-center {
	text-align: center;
}

.df-clear {
	clear: both;
}
.df-clear-left {
	clear: left;
}
.df-clear-right {
	clear: right;
}

/* Przyciski */
.df-buttons {
	clear: both;
	margin: 20px -5px 0 -5px;
	float: right;
	overflow: hidden;
}

	.df-buttons .button-form-box {
		display: block;
		float: left;
		margin-left: 5px;
		margin-right: 5px;
	}

		.df-buttons .button-form-box span {
			display: block;
		}

		.df-buttons .button-form-box span .button-form {
			display: block;
			margin-top: 15px;
			background-color: #ee3424;
			text-align: center;
			color: #fff;
			line-height: 48px;
			text-decoration: none;
			border: 1px solid #ee3424;
			-webkit-transition: all 0.25s ease-in-out;
			-moz-transition: all 0.25s ease-in-out;
			-o-transition: all 0.25s ease-in-out;
			transition: all 0.25s ease-in-out;
			float: left;
			padding: 0 30px;
		}

		.df-buttons .button-form-box span .button-form:hover {
			background-color: #fff;
			color: #ee3424;
		}

.df-button-prev,
.df-button-next,
.df-button-submit {
	display: block;
	margin-top: 15px;
	background-color: #ee3424;
	text-align: center;
	color: #fff;
	line-height: 48px;
	text-decoration: none;
	border: 1px solid #ee3424;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	padding: 0 30px;
	margin-left: 5px;
	margin-right: 5px;
}

.df-button-prev:hover,
.df-button-next:hover,
.df-button-submit:hover {
	background-color: #fff;
	color: #ee3424;
}

.df-button-prev {
	float: left;
}
.df-button-next {
	float: right;
}
.df-button-submit {
	float: right;
}

/* Formatowanie kontrolki */
.df-control 
{
	background-color: #FFFFFF;
    clear: both;
    margin: 0 0 2px;
    overflow: hidden;
    position: relative;
}
/*.df-control {
	overflow: hidden; /* Hack */
/*	zoom: 1; /* IE6 Hack */
	
/*	position: relative;
	clear: both;
	padding: 4px;
	margin: 0px 0px 1px 0px;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
.df-control .df-veil {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}*/
.df-control .df-required {
	color: #EE3425;
	font-weight: normal;
}/*

.df-sortable {
	display: block;
	clear: both;
	height: 1px;
	margin: 5px 0px 5px 0px;
	background-color: #f8fafc;
	border: 1px solid #c1d4e7;
}

.df-control input.error, 
.df-control select.error, 
.df-control textarea.error {
	border: 1px solid red;
}*/

.df-element
{
	padding-bottom: 22px;
}
/* Uklad kontrolki w wierszu formularza */
.df-left-half {
	clear: left;
	float: left;
	width: 47%;
}
.df-right-half {
	clear: right;
	float: right;
	width: 47%;
}

/* formatowanie inputa */
.df-element input,
.df-element textarea 
{
	background: none;
    border: 0 none;
    font-family: 'open_sansregular',Tahoma,Arial,sans-serif;
    height: 11px;
    background-color: #fff;
    border: 1px solid #D1D3D4;
    padding-left: 5px;
    resize:none
    
}
.df-element textarea
{
	padding-top: 5px;
}


/* Formatowanie ukladu elementow pola 120px*/ 
.df-label,
.df-label-top .df-label {
	display: block;
	padding: 0px 0px 10px 0px;
}

.df-label-left .df-label {
	float: left;
	text-align: left;
    width: 120px;
    clear: left;
    display: block;
	padding: 0px 0px 4px 0px;
	line-height: 1.4em;
}
.df-label-right .df-label {
	float: left;
	text-align: right;
    width: 120px;
    clear: left;
    margin: 0 17px 0 47px;
    display: block;
	padding: 0px 0px 4px 0px;
	font-weight: bold;
}
/* 120px */
.df-element,
.df-label-top .df-element {
	display: block;
	position: relative;
	padding-left: 0px;
}
.df-label-left .df-element {
	float: left;
	width: 70%;
	padding-left: 0;
}
.df-label-right .df-element {
	float: left;
	width: 67%;
	padding-left: 0;
}

.df-description,
.df-label-top .df-description {
	clear: both;
	padding: 4px 0px 0px 0px;
	text-align: justify;
}
.df-label-left .df-description {
	clear: none;
	float: right;
	width: 74%;
}
.df-label-right .df-description {
	clear: none;
	float: right;
	width: 74%;
}

.df-center .df-description {
	text-align: center;
}


/* Formatowanie rozmiaru inputow */
.df-small .df-element input[type=text] {
	width: 253px;
}
.df-element input[type=text],
.df-medium .df-element input[type=text] {
	width: 253px;
}
.df-large .df-element input[type=text] {
	width: 99%;
}


/* Formatowanie rozmiaru textarea */
.df-small .df-element textarea {
	height: 50px;
}
.df-element textarea,
.df-medium .df-element textarea {
	width: 99%;
	height: 100px;
}
.df-large .df-element textarea {
	height: 150px;
}


/* Formatowanie rozmiaru selectow */
.df-small .df-element select {
	width: 24.7%;
}
.df-element select,
.df-medium .df-element select {
	width: 49.2%;
}
.df-large .df-element select {
	width: 99.6%;
}


/* Formatowanie checkboxow i radio */
.df-element label {
	display: block;
}

.df-columns-two .df-element label {
	float: left;
	width: 49%;
}
.df-columns-three .df-element label {
	float: left;
	width: 32%;
}
.df-columns-four .df-element label {
	float: left;
	width: 24%;
}


/* Formatowanie dowolnej odpowiedzi */
.df-element .df-allowother {
	clear: both;
}
.df-element .df-allowother label {
	float: none;
	width: auto;
}
.df-element .df-allowother div {
	padding: 4px 0px 0px 20px;
}


/* Formatowanie rozmiaru dowolnej odpowiedzi */
.df-element .df-allowother div input {
	width: 47%;
}
.df-left-half .df-allowother div input,
.df-right-half .df-allowother div input {
	width: 99%;
}


/* Formatowanie tabeli ocen */
.df-matrix {
	width: 100%;
	background-color: #FFFFFF;
	border-left: 1px solid #BBBBBB;
	border-top: 1px solid #BBBBBB;
}
.df-matrix th,
.df-matrix td {
	padding: 1px 2px 1px 2px;
	border-right: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
	text-align: center;
}
.df-matrix th {
	padding: 3px 2px 3px 2px;
	background-color: #F5F4F2;
}
.df-matrix td span {
	display: block;
}
.df-matrix td.df-matrix-label {
	width: 200px;
	text-align: left;
}
div.df-captcha-image {
	width: 200px;
	width: 208px\9;
	height: 60px;
	height: 67px\9;
	margin: 0px 10px 0px 0px;
	text-align: center;
	background-color: #FFFFFF;
	border: 1px solid #BBBBBB;
	*border:0 !important;
	margin-bottom: 10px;
}
div.df-captcha-image iframe {
	width: 200px;
	border: 0px !important;
}

/* FileBox */
.df-element .df-file label {
	display: inline;
}

.df-section
{
	padding-left: 15px;
	font-size: 16px;
}

p.df-section-desc
{
	font-family: 'open_sansregular', Tahoma, Arial, sans-serif;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
div#wewnetrzny.podstrony div.opis-margines form div.kontener1 div.kontener1-srodek div.df-control div.df-element span.input-tlo input.df-field, .kontener-tresc div#kontener2 div#tresc.podstrona div#wewnetrzny.podstrony form#page_ctl08_view_ctl00 div.kontener1 div.kontener1-srodek div.df-control div.df-element span.input-tlo input.df-field {
	width: 253px!important;
}
.df-element {
	padding-bottom: 10px!important;
}
div.df-buttons span.przycisk-czarny {
	display: block;
	height: 31px;
	background: url("../images/przyciski.png") no-repeat scroll 0px -62px transparent;
	padding-left: 5px;
	width: 90px;
	float: right;
	margin-right: 16px;
}
div.df-buttons span.przycisk-czarny span input.przycisk, div#wewnetrzny.podstrony div#newsletter-modul form#page_ctl08_view_frmNewsletterSignOut div.df-buttons span.przycisk-czarny span input.przycisk2 {
	margin-top: 0px;
	background: url("../images/przyciski.png") no-repeat scroll 0px -62px transparent!important;
}
div.df-buttons span.przycisk-czarny span input.przycisk {
	background: url("../images/przyciski.png") no-repeat scroll 100% -62px transparent!important;
	width: 100%;
}
div#kontener2 div#tresc.podstrona div#wewnetrzny.podstrony div#newsletter-modul div.opis-margines .uzytkownik h3, div.kontener-tresc div#kontener2 div#tresc.podstrona div#wewnetrzny.podstrony div#newsletter-modul .uzytkownik h3 {
	margin-top: 5px;
	margin-bottom: 10px;
	font: bold 14px tahoma;
}
div#kontener2 div#tresc.podstrona div#wewnetrzny.podstrony div#newsletter-modul form div.df-control div.df-element span.input-tlo input {
	width: 253px!important;
}
div#tresc.podstrona div#wewnetrzny.podstrony div#newsletter-modul form#page_ctl08_view_frmNewsletterSignOut div.df-buttons span.przycisk-czarny span input.przycisk2 {
	background: none;
	margin-top: 0px;
}
div#kontener2 div#tresc.podstrona div#wewnetrzny.podstrony div#newsletter-modul form div.df-buttons span.przycisk-czarny span input.przycisk2 {
	width: 100%;
	background: url("../images/przyciski.png") no-repeat scroll 100% -62px transparent !important;
}
div#tresc.podstrona div#wewnetrzny.podstrony form#page_ctl08_view_ctl00 div.kontener1 div.kontener1-srodek div.df-control div.df-element .textarea-tlo {
	background: transparent url("../images/input.gif") no-repeat scroll 0px -39px;
	width: 300px;
	height: 101px;
	resize: none;
	border: 0px none;
	padding-right: 15px;
	display: block;
}
div#tresc.podstrona div#wewnetrzny.podstrony form#page_ctl08_view_ctl00 div.kontener1 div.kontener1-srodek div.df-control div.df-element textarea {
border: 0px none;
background: none;
	width: 285px;
	height: 92px;
	padding: 5px 0px 5px 10px;
	font: 11px tahoma;
	color: #000000;
}