input[type=text] {
	padding: 4px;
	border: solid 1px #ffffff;
	outline: 0;
	width: 250px;
	background: #343434;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	filter:alpha(opacity=20);
opacity: 0.2;
-moz-opacity:0.2;
color: #ffffff;
	}

input[type=text]:hover, input[type=text]:focus { 
	border-color: #bf0906;
	background-color: #861e20; 
		filter:alpha(opacity=50);
opacity: 0.5;
-moz-opacity:0.5;
	}
	
input[type=checkbox] {
	padding: 0;
	vertical-align: middle;
	float: left;
	
}

textarea { 
	padding: 4px;
	border: solid 1px #ffffff;
	outline: 0;
	width: 250px;
	min-height: 100px!important;
	height: 100!important;
  height: 100px;
	background: #343434;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
		filter:alpha(opacity=20);
opacity: 0.2;
-moz-opacity:0.2;
color: #ffffff;
	}


textarea:hover, textarea:focus { 
	border-color: #bf0906;
	background-color: #861e20; 
			filter:alpha(opacity=50);
opacity: 0.5;
-moz-opacity:0.5;
	}


.submit input {
	width: auto;
	padding: 10px 5px;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	background: #bf0906;
	border: 1px solid #bf0906;
	}

.submit input:hover {
	background: #bf0906;
}

.label {
	margin: 0;
	padding: 0px 0px 9px 0px;
	width: 90px;
	height: 10px;
	float: left;
}

.req {
	color: red;
}

.blad {
   margin: 2px 0px 0px 0px;
   padding: 9px;
   color: #ffffff;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   background: #3f0100;
   display: block;
   width: 100%;
}

.powodzenie {
   margin: 2px 0px 0px 0px;
   padding: 9px;
   color: #ffffff;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   background: #3f0100;
   display: block;
}