@import "base.css";

img {
	border: 0px;
}

/**
* HTML5
*/

aside, nav, footer, header, article, section {
	display: block;
}  

header {
	display: none;
}

body {
	background: white url('gfx/bg-wrapper.jpg') repeat-x;	
	padding: 0px;
	margin: 0px;
}

div#bg {
	background: url('gfx/bg.jpg') no-repeat center top;
	padding: 40px 0px;
}

div#container {
	margin: 0px auto;
	text-align: left;
	background: url('gfx/layer.png') no-repeat top left;	
	width: 830px;
	height: 595px;
	position: relative;
}

aside {
	position: absolute;
	left: 640px;
	top: 320px;	
	width: 170px;
	font: bold 13px/13px Arial;
	color: white;
}

aside strong {
	display: none;
}

form {
	display: inline;
}

fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	left: 350px;
	top: 272px;
}

legend {
	display: none;
}

label {
	display: block;
	width: 75px;
	color: #002F6A;
	float: left;
	font-weight: bold;
}

input.text {
	width: 170px;
	position: relative;
	top: -5px;		
	border: 0px;
	background: transparent;
}

label, input.text {
	margin-top: 22px;
}

label.error {
	color: red;
}

fieldset span {
	position: absolute;
	margin-top: 22px;	
	font-weight: bold;
	/*color: #F7A602;*/
	color: #fff;
}

form p {
	color: white;	
	width: 240px;
	margin: 0px;
	padding: 12px 0px 2px 0px;
	margin-left: 22px;
	font-size: 10px;
	position: relative;
	line-height: 11px;
}

form p input {
	position: absolute;
	left: -22px;
	top: 15px;
}

form input.submit {
	position: relative;
	left: -8px;
}

form p.error {
	color: #002E69;
	font-weight: bold;
}

#offerSentWrapper {
	position: relative;
	z-index: 99;
}

#offerSent {
	width: 450px;
	height: 340px;
	background: url('gfx/zamknij.gif') no-repeat;
	position: absolute;
	top: 100px;
	left: 250px;	
	z-index: 99;	
}

#offerSent.failed {
	background-image: url('gfx/error.gif');
}

#offerSent h1 {
	display: none;
}

#offerSent a {
	position: relative;
	left: 140px;
	top: 256px;
}

#bank {
	position: absolute;
	top: 120px;
	left: 640px;
	width: 171px;
	height: 50px;
	background: url('gfx/pix.gif'); 
	display: block;
	text-align: left;
	text-indent: -9999px;
}

#bank:focus {
	overflow: hidden;
}

form a.full_link {font-size:0.9em;display:block;color:#FFF;margin:0 0 2px 22px;font-weight:bold;overflow:hidden;outline:none;}

form p#full {
position:absolute;
display:none;
left:-20px;
width:288px;
padding:5px;
margin:0;
z-index:2;
background:#16C5FA;
}

form p#full a {display:block;text-align:right;margin-bottom:5px;color:#FFF;}


