@charset "ISO-8859-1";

.button, a.button {
  background: transparent url( 'images/button.jpg' ) 0 0 repeat-x;
  color: #352e2c;
  width: auto;
  height: 20px;
  padding: 0 6px 3px 6px;
  margin: 0;
  border-color: #d8d3ad #a8a3ad #a8a3ad #d8d3ad;
  border-width: 1px;
  border-style: solid;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  top: -1px;
}

.button:hover {
  border-color: #a8a3ad #d8d3ad #d8d3ad #a8a3ad;
}

a.button.block {
  height: 18px;
  padding: 0;
  display: block;
  line-height: 18px;
}

a.button {
  color: #352e2c;
  padding: 2px 6px;
  text-decoration: none;
}

input.text {
  background: #ffffff;
  color: #352e2c;
  width: auto;
  height: 16px;
  margin: 0;
  border: 1px solid #b3b3b3;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif
}

textarea, select {
  background: #ffffff;
  color: #352e2c;
  margin: 0;
  border: 1px solid #b3b3b3;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif
}

select {
  height: 20px;
  position: relative;
  top: 0;
}

label {
  color: #737373;
  padding-right: 24px;
  display: block;
  font-size: 11px;
}

.form_errors p {
  padding: 0 12px;
}

.form_errors ul {
  padding: 0 12px 12px 12px !important;
}

form .form_errors ul {
  padding: 0 0 12px 0 !important;
}

.form_errors li {
  color: #ff0000;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  line-height: 1.2em;
}

.error label {
  color: #ff0000;
}

.error input.text,
.error textarea,
.error select {
  border-color: #ff0000 !important;
}
