/*formularz kontaktowy*/
#formularz {margin-left: 100px; margin-top: 10px;}

#formularz input {width: 300px;}
#formularz textarea {width: 300px; height: 200px;}
#wyslij {width: 80px;}

.formErr {text-align: center; font-weight: bold; color: #f00;}
.formOK {text-align: center; font-weight: bold; color: #000;}
.centerWrapper {text-align: center;}
