body {
    margin: 0px;	
	background-color: #062150;
	background-image:url(tlo_strona.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	}
	
.txt1 {

	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	line-height:18px;
}

.txt1 A {
	
	text-decoration: none;
	color: #333333;
 	}

.txt1 A:link {
	
	text-decoration: none;
	color: #003399;
 	}
	
.txt1 A:hover {
	
	color:#003399;
	text-decoration:underline;
		}
	
.txt1 A:active {
	text-decoration: none;
	color: #003399;
	 	}
		
.txt1 A:visited {		
    text-decoration: none;
	color: #003399;
	 	}

.tyt1 {

	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	
 	}
	

.tyt2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
 	}
	
.tyt2 A {
	
	text-decoration: none;
	color: #333333;
 	}

.tyt2 A:link {
	
	text-decoration: none;
	color: #54bc27;
 	}
	
.tyt2 A:hover {
	
	color: #333333;
	text-decoration:none;
		}
	
.tyt2 A:active {
	text-decoration: none;
	color: #54bc27;
	 	}		
	
.stopka {

    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ccc;
	}
	
.stopka A {

    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ccc;
	text-decoration:none;
	}
	
.stopka A:link {
	color: #ccc;
	text-decoration:none;
	}
	
.stopka A:active {
    color: #ccc;
	text-decoration:none;
	}
	
.stopka A:hover {
    color: #ccc;
	text-decoration:underline;
	}
	

	

		
.point {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1px;
	}
	
/*formularz*/

h2 {
	margin: 0;
	padding: 13px 0px 13px 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000;
}

h3 {
	margin: 0;
	padding: 0px 0px 9px 0px;
	font-family: Georgia;
	font-style: italic;
	font-size: 18px;
	color: #376875;
	text-shadow: 1px 1px 1px #e0f5fb;
}


.content {
	width: 800px;
	clear: both;
	margin: 13px 0px 13px 0px;
	padding: 13px 0px 13px 0px;
	border-top: 1px dashed #51a4bb;
	border-bottom: 1px dashed #51a4bb;
}

input[type=text] { 
	padding: 9px;
	border: solid 1px #b0b0b0;
	outline: 0;
	width: 200px;
	background: #ffffff;
	background: -webkit-gradient(linear, left top, left 25, from(#ffffff), color-stop(4%, #eeeeee), to(#ffffff));
	background: -moz-linear-gradient(top, #ffffff, #eeeeee 1px, #ffffff 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 6px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 6px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 6px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}


input[type=text]:hover, input[type=text]:focus { 
	border-color: #b0b0b0; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 6px;
	}
	
input[type=checkbox] {
	margin: -3px 3px 0px 100px;
	padding: 0;
	vertical-align: middle;
}

textarea { 
	padding: 9px;
	border: solid 1px #b0b0b0;
	outline: 0;
	width: 400px;
	min-height: 100px!important;
	height: auto!important;
    height: 100px;
	background: #ffffff;
	background: -webkit-gradient(linear, left top, left 25, from(#ffffff), color-stop(4%, #eeeeee), to(#ffffff));
	background: -moz-linear-gradient(top, #ffffff, #eeeeee 1px, #ffffff 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 6px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 6px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 6px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}


textarea:hover, textarea:focus { 
	border-color: #b0b0b0; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 6px;
	}


.submit input {
	width: auto;
	padding: 9px 15px;
	margin: 0px 0px 0px 100px;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 6px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 6px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 6px;
	background: #fff;
	border: 1px solid #b0b0b0;
	}

.submit input:hover {
	background: #b0b0b0;
}

.label {
	float: left;
	margin: 0;
	padding: 9px 9px 9px 0px;
	width: 90px;
}

.req {
	color: red;
}

.recaptcha {
   margin: 13px 0px 13px 100px;
}

.blad {
   margin: 2px 0px 0px 0px;
   padding: 9px;
   color: #ffffff;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   background: #e21818;
   display: block;
}

.powodzenie {
   margin: 2px 0px 0px 0px;
   padding: 9px;
   color: #ffffff;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   background: #84a025;
   display: block;
}