#imieinazwisko {height:20px;}
#email {height:20px;}
#nrtel {height:20px;}
#tresc_wiadomosci {height:70px; resize: none;}
 
#tresc_wiadomosci, #imieinazwisko, #email, input[type=text], input[type=tel],input[type=email], textarea {
	transition: all 0.30s ease-in-out;
	-webkit-transition: all 0.30s ease-in-out;
 	-moz-transition: all 0.30s ease-in-out;
  background-color:#FFF;
 	border:#fff 1px solid;
 	outline:none;
	padding: 3px 0px 3px 3px;
	margin: 5px 1px 3px 0px;
	border: 1px solid #DDDDDD;
  width:100%;  
   color: #bdbdbd; 
   -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
#tresc_wiadomosci:focus, #imieinazwisko:focus, #email:focus, input[type=text]:focus, textarea:focus, input[type=tel]:focus, input[type=email]:focus {
	box-shadow: 0 0 5px #F68B17;
	-webkit-box-shadow: 0 0 5px #F68B17;
	-moz-box-shadow: 0 0 5px #F68B17;
	padding: 3px 0px 3px 3px;
	margin: 5px 1px 3px 0px;
	border: 1px solid #F68B17;
    color: #bdbdbd; 
   -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
 } 
 input[type=submit] {
 padding:5px 15px; background:#ccc; border:0 none;
cursor:pointer;
-webkit-border-radius: 5px;
border-radius: 5px; 
}
 sup {
  font-weight: 600; font-size: 10px; color: #30a8df; margin-left: 5px; top: -5px;
  }