@charset "utf-8";

div.sectionForm {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 740px;
  font-size: 11px !important;
}

div.sectionFormLeft {
  float: left;
  width: 120px;
}

div.sectionFormRight {
  float: left;
}

div.sectionFormHint {
  float: left;
  margin-left: 25px;
}

div.sectionFormWide {
  float: left;
  width: 740px;
  text-align: right;
}

/* Form elements */
.button {
  border: 0;
  padding: 5px;
  cursor: pointer;
}

.sel_1 {
  width: 60px;
}

.sel_2 {
  width: 150px;
}

.sel_3 {
  width: 200px;
}

.input_text {
  height: 15px;
  width: 200px;
  border: 1px solid #2c2c2c;
  font-size: 11px;
  color: #a3a3a3;
  background-color: #FFFFFF;
}


.input_textarea {
  height: 100px;
  width: 250px;
  border: 1px solid #2c2c2c;
  font-size: 11px;
  color: #a3a3a3;
  background-color: #FFFFFF;
}

b.error, span.error {
  font-size: 11px;
  font-weight: normal;
  color: #b91700;
}