body, input, h1, h2, h3, h4, h5, h6, p, textarea, select, button {
	font-size: 14px;
	font-family: Segoe UI, Arial, Verdana, Helvetica;
	line-height: 20px;
	color: #222;
	margin: 0;
	padding: 0;
	background: url("../images/background.png") repeat scroll left top transparent;
}

a img {	border-width: 0; }

input.text-box ,
input.color {
    background: none repeat scroll 0 0 #FCFCFC;
    border: 1px solid #DDDDDD;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1), 2px 2px 5px rgba(0, 0, 0, 0.05) inset;
    float: left;
    padding: 7px;
    width: 240px;
}

input.color {
    background-image: url("../images/color-picker.png") !important;
    background-position: 6px center;
    background-repeat: no-repeat;
    padding-left: 30px;
}

a:link,
a:visited,
a:hover {
    color: #4d3e2e;
}

code 
{
    display: block;
    float: left;
    width: 100%;
    padding: 5px;
    border: 1px solid #888;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #eee;
    font-size: 11px;
    margin-top: 20px;
}

.bg1 {
	background: url('../images/background2.png') repeat-x left top;
}

.logo {
	float: left;
	display: block;
	margin: 31px 0;
}

.document-center {
	margin: 0 auto;
	width: 960px;
}

.licznik {
    display: block;
    position: absolute;
    right: 10px;
    top: -30px;
}

.top {
	height: 130px;
}

.menu {
	margin: 31px 0 0 0;
	padding: 0;
	display: block;
	float: right;
	list-style: none;
}

.menu li {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu li a {
	padding: 0 16px 4px;
	display: block;
	float: left;
	color: #000;
	font-size: 17px;
	line-height: 56px;
	text-decoration: none;
}

.menu li  a.active,
.menu li  a:hover {
	background: #4d3e2e;
	color: #fff;
}

.content {
    background: none repeat scroll 0 0 #F0F0F0;
    border-radius: 6px 6px 6px 6px;
    margin-bottom: 0;
    padding: 2%;
    min-height: 100px;
    text-align: justify;
    position: relative;
}

.content ul {
	list-style: none;
	padding: 0;
}

.content ul li {
	background: url('../images/ul_li.png') no-repeat left 4px;
	padding-left: 20px;
}

.content img {	margin: 20px; }

h1, h2, h3, h4 {
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	font-family: Segoe UI, Arial, Verdana, Helvetica;
	color: #000;
}

.polityka {
    text-align: justify;
}

h1 span, h2 span, h3 span, h4 span, strong, b { color: #4d3e2e; }

h2.faq {
    background: url("../images/question.png") no-repeat scroll left 0 transparent;
    min-height: 39px;
    padding-left: 48px;
    font-size: 20px;
    margin-top: 30px;
}

.left-form {
    display: block;
    float: left;
    width: 500px;
}

.right-form {
    display: block;
    float: right;
    width: 420px;
}

.hint 
{
    display: block;
    float: left;
    margin-left: 4px;
    width: 30px;
    height: 30px;
    background: url('../images/hint.png') no-repeat left 4px;
    position: relative;
}

.hint .tooltip 
{
    background: none repeat scroll 0 0 #FFECAE;
    border: 1px solid #FFD570;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    color: #555555;
    display: none;
    font-size: 12px;
    left: -60px;
    line-height: 16px;
    min-width: 330px;
    padding: 5px;
    position: absolute;
    top: 30px;
    z-index: 3;
}

.hint:hover .tooltip 
{
 display: block;   
}

.row {
    display: block;
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 6px;
}

.row.agreement, .row.send-row {
    padding-left: 210px;
    width: auto;
}

.row .left {
    display: block;
    float: left;
    width: 200px;
    text-align: right;
    padding-right: 10px;
}

.row .left label {
    line-height: 34px;
}

.row .right {
    display: block;
    float: left;
    width: 290px;
}

.send {
    background: none repeat scroll 0 0 #C0893D;
    border: 2px solid #664526;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2), 0 -4px 20px rgba(102, 69, 38, 0.6) inset;
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    min-width: 120px;
    padding: 7px 17px;
    text-shadow: 1px 1px 1px #664526, 0 0 15px #664526;
    text-transform: uppercase;
    margin-top: 15px;
}

.copyright {
    padding: 0 2%;
    color: #A2A2A2;
    font-size: 12px;
    line-height: 42px;
    text-align: right;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error { 
    clear: both;
    color: #FF0000;
    float: left;
    width: 100%;
    white-space: nowrap;
}
.field-validation-valid { display: none; }
.validation-summary-valid { display: none; }

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}








/* ERROR 404 */



.error_left {
    display: block;
    float: left;
    width: 300px;
}
.error_guy {
    background: url("../images/pierniczek.png") no-repeat scroll left 150px transparent;
    display: block;
    float: left;
    height: 495px;
    margin-top: 30px;
    width: 347px;
}
.error_right {
    display: block;
    float: left;
    width: 500px;
}
.error_big_title {
    clear: both;
    color: #4d3e2e;
    display: block;
    float: right;
    font-size: 60px;
    line-height: 90px;
    margin-top: 120px;
    text-align: right;
    white-space: nowrap;
    font-weight: bold;
}
.error_code_name {
    color: #666666;
    display: block;
    float: right;
    font-size: 35px;
    font-weight: bold;
    margin-top: 10px;
    white-space: nowrap;
    width: auto;
}
.error_description {
    color: #000000;
    display: block;
    float: right;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 40px;
    margin-top: 40px;
    text-align: right;
    white-space: nowrap;
    width: auto;
}
.error_description.e404 {
    font-size: 14px;
    line-height: 20px;
}
label.registered_data_confirm {
    display: inline-block;
    width: 402px;
}
#registered_data_confirm {
    float: left;
}
.error_todo_list {
    display: block;
    float: right;
    width: 450px;
}
.error_contact_us {
    color: #000000;
    display: block;
    float: left;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
    white-space: nowrap;
    width: auto;
}
ul.error_list {
    display: block;
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: auto;
}
ul.error_list li {
    background: url("../images/ul_li.png") no-repeat scroll left 6px transparent;
    display: block;
    float: left;
    margin: 0 0 6px;
    padding: 0 0 0 20px;
    width: 100%;
}

ul.error_list li a 
{
    text-decoration: none;   
}
.error_center {
    display: block;
    margin: 50px auto 0;
    width: 800px;
}


.footer {
    display: block;
    float: left;
    margin-top: 40px;
    width: 100%;
}



.content .footer ul {
    margin: 0;
}

.content .footer h3 {
    border-bottom: 1px solid #4D3E2E;
    font-size: 18px;
    margin: 0 0 13px;
    padding-bottom: 11px;
}

.content .footer h3 span {
    color: #4D3E2E;
}

.content .footer ul li {
    background-image: none;
    padding-left: 0;
}

.content .footer ul li a {
    display: block;
    float: left;
    padding-right: 0;
    text-align: left;
    width: 100%;
    text-decoration: none;
    
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.links {
    display: block;
    float: left;
    width: 212px;
    padding-right: 24px;
}

.links.links3
{
    width: 213px;
} 

.links.links4 
{
    padding-right: 0;
}

/* LICZNIK WEJå∆ */
.counter .comma {
    margin-right: 3px;
}
.counter .number {
    background: url("../images/counter.png") no-repeat scroll center top transparent;
    display: block;
    float: right;
    height: 18px;
    width: 14px;
}

.download-counter {
    clear: both;
    display: block;
    float: right;
    margin-top: 7px;
}

.counter-text {
 float: left;   
}


.counter {
    float: left;
    margin: 2px 0 0;
}


.fb-like {
    height: 30px;
    min-width: 1px;
    display: block;
    float: left;
}

.plus-container {
    display: block;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    min-height: 30px;
    width: auto;
}

.spolecznosciowe {
    display: block;
    float: left;
    width: 100%;
}


/* reset */
.clear,
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	float: none;
	visibility: hidden;
	line-height: 0;
	height: 0;
}