h1.formhead {
  width: 100%;
  padding: 1px;
  margin: 0px;
  padding-left: 3px;
  padding-right: 0px;
  font-size: 1.2em;
  border: 1px solid white;
  background-color: #6D7E8B;
  color: white;
  font-weight: bold;
}

h2.formsub {
  width: 100%;
  padding: 1px;
  padding-left: 3px;
  padding-right: 0px;

  margin-bottom: 5px;
  font-size: 1.0em;
  border: 1px solid white;
  background-color: #6D7E8B;
  color: white;
}

div.fieldtitle {
  width: 130px;
  padding-left: 3px;
  text-align: right;
  float: left;
  position: relative;
}

div.fielddata {
  width: 363px;
  left: 10px;
  position: relative;
  float: left;
  font-size: 1.0em;
  padding: 0px;
  margin: 0px;
}

input.order, select.order, textarea.order {
  border: 1px solid #32546D;
  margin-bottom: 5px;
  color: #32546D;
}

input.ordercb {
  border: none;
  margin-bottom: 5px;
  color: #32546D;
}

input.order_error, select.order_error, textarea.order_error {
  border: 1px solid red;
  margin-bottom: 5px;
  color: #32546D;
}

a.error {
  color: red;
}

input.ordercb_error {
  border: 1px solid red;
  margin-bottom: 5px;
  color: #32546D;
}

.price {
  border: 1px solid white;
  padding: 0px;
  margin: 0px;
}

.price_head {
  background-color: white;
  padding: 0px;
  margin: 0px;
}

.price_content {
  /*white-space: nowrap;*/
}

.price_variant {
  font-style: italic;
  margin-left: 10px;
}

.price_main {
  font-weight: bold;
}

.price_pos {
  color: green;
}

.price_neg {
  color: red;
}

img.steps {
  border: none;
  margin-left: 5px;
  margin-right: 5px;
  vertical-align: middle;
}

div.price_btn {
  margin-left: 3px;
  margin-bottom: 3px;
  padding: 3px;
  border: 1px solid white;
  float: right;
  width: 130px;
  background-color: #BFC8CD;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
}

div.price_link {
  margin-left: 3px;
  margin-bottom: 3px;
  padding: 3px;
}

img.price_btn, input.price_btn {
  f__loat: left;
  padding: 0px;
  padding-right: 3px;
  border: none;
  vertical-align: middle;
}

.price_small {
  font-size: 0.7em;
}

table.price_group {
  border: none;
  padding: 0px;
  margin: 0px;
}
