.relative, .page_content{overflow: visible !important;}
#paymentForm{
}
#paymentForm .goBtns{
	text-align: center;
}
#paymentForm .goBtns .t{
	margin-bottom: 10px;
}
#paymentForm .goBtns .btn input{
	width: 139px;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	background: url('/gfx/przelewy24_3.png') top center transparent no-repeat;
	padding: 56px 0 0 0;;
	border-width: 0;
	cursor: pointer;
}

/**
 * LAYOUT v3
 */
.layout-v3 .memories{
	position: relative;
}
.layout-v3 .memories .hr-title{
	height: 20px;
	border-bottom: 1px solid #DFDFDF;
	margin: 20px 0 40px 0;
	text-align: center;
}
.layout-v3 .memories .hr-title b{
	display: inline-block;
	position: relative;
	padding: 0 30px;
	background: #FFF;
	text-transform: uppercase;
	color: #8A8A8A;
	font-size: 20px;
	font-weight: 700;
	top: 2px;
}
.layout-v3 .memories .img-list{
	position: relative;
}
.layout-v3 .memories fieldset{
	padding: 0;
	margin: 0;
	border-width: 0;
}
.layout-v3 .memories .img-list .img{
	margin: 0 5px;
	float: left;
	width: 135px;
	position: relative;
	text-align: center;
}
.layout-v3 .memories .img-list.cross .img{
	width: 95px;
	padding-top: 65px;
	margin: 0 10px;
}
.layout-v3 .memories .img-list .img.template{
	background: url(/gfx/layout-v3/memories/cross-template.png) no-repeat top center;
	width: 364px;
	height: 190px;
}
.layout-v3 .memories .img-list .img input{
}
.layout-v3 .memories .img-list .img .checked{
}
.layout-v3 .memories .img-list .img label{
	display: block;
	cursor: pointer;
}
.layout-v3 .memories .img-list .img label img{
	width: 100%;
}
.layout-v3 .memories .oryginal{
	display:none;
	position: absolute;
	z-index: 100;
	border: 1px solid #DDDDDD;
	padding: 0;
	background: #F9F9F9;
	box-shadow: 3px 3px 5px #999;
}
.layout-v3 .memories .img-list .own{
	text-align: center;
	padding: 15px 0;
}
.layout-v3 .memories .img-list .own div{
	background: url(/gfx/layout-v3/memories/upload-btn.png) no-repeat center;
	height: 267px;
	height: 42px;
	line-height: 42px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	display: block;
	margin: 10px auto;
	padding: 0 10px;
	color: #3891b0;
	font-weight: bold;
	text-shadow: 1px 1px 0 white;
}
.layout-v3 .memories .img-list .own span{
	font-size: 10px;
	color: #858585;
	text-transform: uppercase;
}

/**
 * FORM
 */
.layout-v3 .floating-form{
	width: 620px;
	border-top-width: 0;
}
.layout-v3 .memories-form .body{
	padding: 29px 31px 29px 31px;
}
.layout-v3 .memories-form .body table{
	width: 100%;
}
.layout-v3 .memories-form .body table td{
	position: relative;
	padding-bottom: 10px;
}
.layout-v3 .memories-form .body table td.text{
	padding: 20px 0;
	font-weight: bold;
}
.layout-v3 .memories-form .body table input.css_input_text_normal,
.layout-v3 .memories-form .body table input.css_input_text_error{
	width: 100%;
}
.layout-v3 .memories-form .body table #formDeathDate{
	width: 97%;
}
.layout-v3 .memories-form .body table #formTextId{
	float: left;
	width: 170px;
	margin-right: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 38px;
}
.layout-v3 .memories-form .body table #formText{
	float: left;
	width: 366px;
	height: 100px;
}
.layout-v3 .memories-form .body table td img.ico-calendar{
	position: absolute;
	right: 5%;
	top: 10px;
	cursor: pointer;
}
.layout-v3 .memories-form .body table td img.ico-calendar.first{
	right: 8%;
}
.layout-v3 .memories-form .footer{
	padding: 30px 50px 20px 50px;
	background: #FFF;
}
.layout-v3 .memories-form .footer table{width:100%;}
.layout-v3 .memories-form .footer table td{text-align: center;}
.layout-v3 .memories-form .footer table td .css_input_button.btn-red,
.layout-v3 .memories-form .footer table td .css_input_button.btn-green{
	color: white;
	width: 205px;
	font-size: 14px;
}
.layout-v3 .memories-form .shadow{
	position: absolute;
	bottom: -12px;
	left: 1px;
	width: 618px;
	height: 11px;
	background: url(/gfx/layout-v3/form/shadow-620px.png) no-repeat top center;	
}

.layout-v3 .message.error{
	text-align: left;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding-left: 0.5em;
	border-left: 5px solid #F3596E;
}
.layout-v3 .message.error span.error{
	display: block;
	padding-left: 1em;
}

.layout-v3 .img-list{
	position: relative;
	width: 100%;
	margin-left: -25px;
	overflow: hidden;
}
	.layout-v3 .img-list .left,
	.layout-v3 .img-list .right{
		position: absolute;
		top: 0;
		width: 29px;
		display: block;
		height: 240px;
		z-index: 55;
		outline: none;
	}
	.layout-v3 .img-list .left{
		background: url(/gfx/layout-v3/scroll-left.png) no-repeat center center;
		background-color: rgba(255,255,255,0.75);
		left: 0;
	}
	.layout-v3 .img-list .right{
		background: url(/gfx/layout-v3/scroll-right.png) no-repeat center center;
		background-color: rgba(255,255,255,0.75);
		right: 0;
	}
	.layout-v3 .img-list .inside{
		width: 100%;
		position: relative;
		overflow: hidden;
		padding: 0 29px;
		height: 240px;
	}
	.layout-v3 .img-list .scroll{
		position: relative;
	}