.styled_form {
  padding-top: 20px;
  font-size: 12px;
  font-weight: bold;
}
.styled_form .label {
  float: left;
  padding-left: 10px;
  width: 90px;
}
.styled_form .note {
  font-size: 11px;
  font-weight: bold;
}
.styled_form .submit {
  padding-top: 5px;
}
.styled_form .submit .button {
  text-align: right;
  padding-right: 25px;
}
.styled_form .submit .button INPUT {
  height: 40px;
  width: 110px;
  padding: 5px 0 7px 0;
}
.styled_form .line {
  clear: right;
  margin-bottom: 10px;
}
.styled_form .field {
  background: url(../Images/layout_right_arrow.jpg) no-repeat;
  margin-left: 100px;
  padding-left: 10px;
}
.styled_form .field .field_border {
  border-left: 3px solid #00aeef;
  padding-left: 1px;
}
.styled_form .field INPUT, .styled_form .field TEXTAREA, .styled_form .field SELECT {
  border: 1px solid #9c9c9c;
  height: 14px;
  width: 330px;
  margin-right: 10px;
}
.styled_form .field TEXTAREA {
  height: 200px;
}
.styled_form .field SELECT {
  height: 18px;
}
.styled_form .short_field INPUT, .styled_form .short_field TEXTAREA, .styled_form .short_field SELECT { width: 200px; }