/*
select, input {
  display: inline;
  font-size: 1em;
  margin: 0.1em;
}
*/

textarea {
  /*float: left;*/
  margin: auto;
  display: block;
  width: 95%;
}

input:focus, select:focus, textarea:focus {
  background: #F0F8FF;
}

fieldset {
  padding: 0.5em;
  margin: 0.5em 0em;
  border: 1px solid #cccccc;
}

legend {
  font-weight: bold;
  padding: 0.3em;
}

label, h4.optionName {
  line-height: 1.5em;
  padding: 0.2em;
}

label.checkboxLabel, label.radioButtonLabel {
  margin: 0.5em 0.3em;
}

label.inputLabel {
  width: 11em;
  float: left;
}

label.inputLabelPayment {
  width: 15em;
  float: left;
}

label.selectLabel, label.switchedLabel, label.uploadsLabel {
  width: 12em;
  float: left;
}

.clearBoth {
  clear: both;
}


/*warnings, errors, messages*/

.messageStack {
  margin-bottom: 10px;
}

.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
  line-height: 1.8em;
  padding: 0.2em;
  border: 1px solid #000000;
}

.messageStackWarning, .messageStackError {
  background-color: #ff0000;
  color: #ffffff;
}

.messageStackSuccess {
  background-color: #99FF99;
  color: #000000;
  }

.messageStackCaution {
  background-color: #FFFF66;
  color: #000000;
}


.normalprice {
  text-decoration: line-through;
}

.productSpecialPrice {
  color: #ff0000;
}

.alert {
  color: #FF0000;
  margin-left: 0.5em;
}

.advisory {
}

.important {
  font-weight: bold;
}

.notice {
}

.rating {
}

.gvBal {
  float: right;
}

  