

a:focus { 
	outline:none; /*usuwanie niebieskiej obwódki w FF*/
}

#kontener {

}


#formularz {
float:left;

width:650px;
height:100%;
margin:30px 0 74px 40px;
font-size:15px;
	font-family:verdana;
		color:white;
text-align:left;
}
#formularz b{
	float:left;
}
#formularz div {
margin:0px 0 0 0;

}
#nazwisko, #email, #temat{
	width:400px;
	
}
#nazwisko input, #email input, #temat input{
	float:right;
	width:300px;
	height:25px;
	border:0px;
}
#nazwisko, #email, #temat{
	float:left;
	margin:0 0 0 0px;
	text-align:left;
	
}
#przycisk{
	clear:left;
	margin:10px 0 0 20px;
	text-align:left;
	
}
#przycisk input{
	border:0px;
	padding:5px 5px 5px 5px;
	background-color:rgb(150,150,150);
	margin:10px 0 0 200px; 
}
#pole{

	float:left;
	margin:-10px 0 0 20px;
	text-align:left;
	
}
#pole textarea{
	float:right;
	border:0px;
	margin:0 0 0 124px;
}
#formularz label {
	
	
}

#formularz textarea {
width:350px;


}
#pole textarea{
width:350px;

}
#formularz input[type=text] {
width:200px;

}

#blad {
	background: #ff0000;
	padding: 10px;
}

#blad p{

}

#sukces {

}

#sukces p{

}

.red {
	color: #ff0000;
	
}