body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #333;
	background-color: #fff;
	margin: 0; padding: 0;
}



#ajax-spinner {
	margin: 15px 0 0 15px;
	padding: 13px;
	background: white url('../images/spinner.gif') no-repeat 50% 50%;
	font-size: 0;
	z-index: 123456;
	display: none;
}

div.flash {
	color: black;
	background: #FFF9D7;
	border: 1px solid #E2C822;
	padding: 1em;
	margin: 1em 0;
}

a { color: #000; text-decoration: underline; }

a[href^="error:"] {
	background: red;
	color: white;
}

#page { width: 960px; }

#survey {float:left; margin:130px 0 0 400px;}

#footer { float: right; width: 320px; padding-right: 10px; margin-top: 50px;  }
#footer p { padding-left: 10px; }

.podpis { display: block; width: 320px; height: 60px; text-indent: -4000px; background: url('../images/podpis.gif') 0 0 no-repeat; }
.logo { display: block; width: 320px; height: 60px; text-indent: -4000px; background: url('../images/logo.gif') 0 0 no-repeat; }

#pages {
    position:relative;
    height:300px;
}

#pages img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#pages img.active {
    z-index:10;
    opacity:1.0;
}

#pages img.last-active {
    z-index:9;
}
