﻿@CHARSET "UTF-8";
* {
	padding: 0px;
	margin: 0px;
}
body {
	font-size: 76%;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color: #252525;
	line-height: 130%;	 
	background-color: #fffbf3;
} 
/* Struktura strony */
div#page_wrapper {	
	width: 960px;
	margin: 10px auto;	
	min-height: 400px;
}
* html div#page_wrapper {
	height: 400px;
}
#preloader {
	position: absolute;
	top: -9999px;
}
div#header {
	height: 594px;	
	width: 100%;
	margin: 0px auto;	
	position: relative;
	background: url(../img/petition/header_flash.jpg) top center no-repeat;	
}
div#pdfContent {
	height: 155px;	
	width: 100%;
	margin: 0px auto;	
	background: url(../img/petition/bg_pdf.jpg) top center repeat-x;
	margin-top: 30px;
}
                
.text p{
	margin-bottom: 1em;
}                    
.petition {
	width: 910px;
	padding: 0px 25px;
}

.petition .flash_info, .petition .flash_success, .petition .flash_error {
	width: 814px;
	margin-top: 20px;
}
#petForm {
	width: 300px;	
}
#petRecipients {
	width: 500px;	
	text-align: right;
}
#petBox {
	padding: 20px 0px 40px;
}
.minister {
	color: #999;
}
table#petTable {
	width: 280px;	
}
table#petTable td.label {
	vertical-align: middle;
	text-align: left;
	width: 60px;
}
table#petTable td.input {
	width: 270px;
}

table#petTable td.input input{
	width: 258px;
	height: 17px;
	padding: 5px 5px 0px;	
	background: #E8E8E8;
	border: 1px solid #AEADA9;
	font-size: 0.9em;
}
table#petTable td.input select.in_select {
	width: 270px;
	height: 22px;		
	background: #E8E8E8;
	border: 1px solid #AEADA9;
	font-size: 0.9em;
	margin-left: 3px;
}
table#petTable td.input div.error input, div#share div.tInput div.error input {
	background-color: #DF4545;
	color: #fff;	
}
.error-message {
	font-size: 0.9em;
}

img#donate {
	margin: 10px auto;
}

#footerContainer {
	height: 364px;	
	width: 100%;
	margin: 0px auto;	
	position: relative;
	background: url(../img/petition/bg_footer.jpg) top center repeat-x;
}

#footerStaticsContainer {
	height: 153px;	
	width: 100%;
	margin: 0px auto;	
	position: relative;
	background: url(../img/petition/bg_static_footer.jpg) top center repeat-x;
}

#footer {
	width: 960px;
	margin: 0px auto;
}

#footer_left, #footer_right {
	color: #666;
	font-size: 0.9em;
}
#footer_left img, #footer_right img{
	margin-bottom: 10px;
}
#footer_left {
	float: left; 
	display: inline;
	width: 473px;		
	margin-right: 12px;
}
#footer_right {
	float: left; 
	display: inline;
	width: 473px;		
	text-align: right;
}
#footer_right a{
	color: #ddd;
	text-decoration: underline;
}

div#pdfInside{
	width: 910px;
	margin: 0px auto;	
	height: 153px;
	position: relative;
}

div#pdfInside img#printer {
	position: absolute;
	top: 20px;
}
div#pdfInside div#download {
	width: 400px;
	position: absolute;
	top: 25px;
	left: 100px;
	color: #777;
}
div#pdfInside div#download img{
	margin-bottom: 10px;
}
div#share {
	background: url(../img/petition/img_clouds.jpg) top right no-repeat;
	width: 340px;
	position: absolute;
	top: 23px;
	left: 550px;
}
div#share img{
	margin-bottom: 10px;
}

div#share div.label {
	width: 90px;
	text-align: left;
	height: 17px;
	padding-top: 5px;
} 

div#share div.tInput div.input {
	margin-bottom:0px;
	padding-left:0px;
	padding-top:0px;
}

div#share div.tInput input {
	background-color: #F6EAD2;
	width: 238px;
	height: 16px;
	border: 1px solid #CBB47F;
	font-size: 0.9em;
	padding: 4px 5px 0px;	
}
.redx {
	color: #b20b0b;
}

.bar_donate {
	width: 808px;
	height: 31px;	
	margin: 0px auto;	
}
.bar_donate a#donate{
	height:23px;
	position:absolute;
	right:0;
	top:2px;
	width:75px;	
}
	
	
	
	
	
	


