.send_message {
   margin-bottom: 10px;
   padding: 5px;
   background-color: #005a2c;
   text-align: center;
   font-size: 11pt;
   color: #FFFFFF;
   /* zaokroglone rogi */
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
}

/* blad wyslania email */
.send_message.error {
   background-color: #FF0000;
}

/* pole wyswietlajace kod captcha */
div.captcha { margin-bottom: 5px; }

/* odstep przyciskow od ostatniego pola do wpisywania */
input[type='submit'].button { margin-top: 10px; }
input[type='reset'].button { margin-top: 10px; }

/* pole na kod captcha w trycie nieprawidlowo podanego kodu */
input[name='captcha'].err { border: 1px solid #FF0000; }

/* pole na imie i nazwisko */
input[name='name'] { width: 100%; }
/* pole na email */
input[name='email'] { width: 100%; }
/* pole na email */
input[name='phone'] { width: 100%; }