div#zapisz_sie_tlo {
width:82%;
height:100%;
position:fixed;
top:0;
left:18%;
z-index:0;
overflow:hidden;	
background: url('/grafiki/tlo_zespol.png') left top no-repeat;
background-size: cover;	
}

div#zapisz_sie {
z-index:1;
position:relative;
padding: 5%;	

font-size:14px;
color: #004b88;
}

div#zapisz_sie h2 {
color: #004b88;
font-size: 35px;
line-height: 40px;
font-weight: 100;
padding-bottom: 10px;	
}

div#zapisz_sie h2 strong {
font-weight:600;
text-transform:uppercase;	
}

div#zapisz_sie h3 {
color: #004b88;
font-size: 25px;
line-height: 40px;
font-weight: 100;
padding-bottom: 10px;	
}

div#zapisz_sie h3 strong {
font-weight:600;
text-transform:uppercase;	
}

div#zapisz_sie p {
padding: 0 0 10px 0;	
}

div#zapisz_sie input[type="text"] {
width: 90%;
border: 1px solid #eee;
padding: 0 3%;
height: 30px;
margin: 0 0 5px 0;
}

div#zapisz_sie textarea {
width: 90%;
border: 1px solid #eee;
padding: 3%;
height: 100px;
margin: 0 0 5px 0;
resize: none;
font-family: 'Open Sans', sans-serif;
}

div#zapisz_sie input[type="submit"] {
width: 110px;
height: 30px;
border: 1px solid #004b88;
background-color: #004b88;
color: #fff;
text-align: center;
font-weight: 400;
font-size: 13px;
cursor: pointer;
}

div#zapisz_sie input[type="submit"]:hover {
color: #004b88;	
background-color: #fff;
}