/* This is the default form and button style. */
button {
  width: auto;
  padding: 6px 12px;
  border: 1px solid #d0cfcf;
  color: #757577;
  background-color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
}

button:hover {
  border-color: #252829;
  color: #252829;
}

button:active {
}
button.btn-checkout {
  background-color: #3d4040;
  color: #fff
}

button.btn-cart:hover,
button.btn-checkout:hover,
button.green:hover {
}

button.btn-cart:active,
button.btn-checkout:active,
button.green:active {
}

button.big,
.button.big {
  padding: 10px 18px;
  font-size: 1.1em;
}
.opc button.btn-checkout,
button.btn-proceed-checkout,
button.huge,
.button.huge {
  padding: 12px 25px;
  font-size: 1.5em;
  background-color: #3d4040;
  color: #fff;
}

textarea,
input {
  margin: 0;
  padding: 4px 8px 5px;
  border: 0;
  border: 1px solid #a0a0a0;
  background-color: #f8f6f6;
  font-size: 1em;
}
input[type=radio] {
  float: left;
  margin: 5px 10px 0 0;
  border: 0;
}

.input-box {
  display: inline;
}
.wide .input-box {
  display: block;
  width: 100%;
}
textarea {
  width: 100%;
  min-height: 15em;
}
