#info
{
width:962px;
height:40px;
padding:10px;
color:#2f3435;
font-family: 'Sacramento', cursive;
font-size: 36px;
text-align:center;
line-height:40%;
margin-top:15px;
}


#info2
{
width:962px;
height:40px;
padding:10px;
color:#1e6469;
font-family: 'Sacramento', cursive;
font-size: 36px;
text-align:center;
line-height:40%;
margin-top:15px;
}


#formularz
{
width:270px;
margin:0 auto; 
background-color: #7bc0c5;
border:2px solid #ccc;
border-radius: 5px; 
padding:20px; 
margin-top:35px; 
}

#formularz label {
    display:block;/* ustawiamy by label rozpoczynał się od nowej linii*/
    margin-bottom:5px;/* dodajemy margines dolny */
    font-weight:bold; /* pogrubiamy czcionkę */
    text-transform: uppercase; /* zamieniamy wszystkie litery na duże */
    font-size:11px; /* ustawiamy wielkość czcionki */
    color:#555555; /* ustawiamy kolor czcionki */
}

#formularz textarea,
#formularz input {
	padding:5px; /* dodajemy margines wewnątrz naszego pola */
	border-radius:3px; /* dodajemy zaokraglone rogi */
	border:1px solid #ccc; /* dodajemy obramowanie */
	margin-bottom:20px; /* dodajemy margines dolny */
	width:245px; /* ustalamy szerokość */
}

#formularz input#submit {
	width:255px; /* ustalamy szerokość */
	cursor:pointer; /* zmieniamy kursor */
	margin-bottom:0px;/*resetujemy margines dolny */
	color:#555555;
	font-weight: bold;
	text-transform: uppercase;
}

#formularz p.copy {
	color:#555555; /* ustawiamy kolor czcionki */
	margin-bottom:0px; /* resetujemy margines dolny */
	font-size:12px; /* ustawiamy rozmiar czcionki */
	text-align: center; /* wyśrodkowywujemy tekst */
}

#formularz p.copy a {
	color:#555555;/* ustawiamy kolor czcionki */ 
	text-decoration: none; /* usuwamy podkreślenie linku */
	font-weight:bold; /* pogrubiamy czcionkę */
}  






 
   
