body { /*background: transparent url(../img/rezerwacje.jpg) no-repeat top center; */
font-family: 'Roboto', sans-serif;
color:#000;margin:0;padding:0;
line-height:16pt;}



.error
		{
			color: red;
		}
		
.success
		{
			color: green;
		}
#strona {
margin: 0px auto;
width:80%;
}

input, select {padding: 3px; margin-bottom:10px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
}
bottom#rezerwuj {
padding: 3px; margin-bottom:10px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
}

.page_bg {
    margin: 0 auto;
    width: 100%;
    z-index: -100;
    background: transparent url(../img/tlo-9.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover !important;
	height: 100%;}
.logo {
	overflow:hidden;
} 
.formularz {
	margin: 40px auto;
	padding:20px;
	background-color: rgba(255, 255, 255, 0.8);
}

.powrot {
    position: relative;
	padding:10px;
	position: absolute;
    transition: top 0.5s, left 0.5s, width 0.5s, height 0.5s, opacity 0.5s;
    opacity: 1;
    width: 210px;
    height: 210px;
    top: 110px;
    left: 10px;
    text-align: center;
	background-color: rgba(252, 69, 69, 0.8);
	
}
.powrot .ico {background: transparent url(../img/back.png) no-repeat center center; width:180px; height:106px;margin-top:15px;}
.powrot span {
	color: #fff;
	text-align: center;
	font-size: 14pt;
	position: relative;
	top:120px;
}
/*a .powrot :hover {background-color: rgba(252, 69, 69, 1);}*/
button {background-color: rgba(89, 163, 42, 0.8); padding: 5px 25px 5px 25px;}
button :hover {background-color: rgba(89, 163, 42, 1); padding: 5px 25px 5px 25px;}
label {padding: 2px 10px 2px 10px;}