/* Start of Webiso.CMS style sheet 'Formularze' */
input, select, textarea {
  border: 1px solid #bbb;
  padding: 3px;
  background: #eee; z-index:10; posiotion:relative;
}

.return a {
  border: 1px solid #bbb;
  padding: 4px;
  background: #eee;
  float:left;
  margin-top:10px;
  text-decoration:none !important;
}

button, input#submit, input#submitPost {
  border: 1px solid #bbb;
  padding: 3px;
  background: #e8c56a;
  color: #000;
  font-weight:bold;
}


input:focus, textarea:focus {
  background: #ddd;
}

button {
  padding: 2px 3px;
}

.errors {
  color: #b00;
}
/* End of 'Formularze' */

