.b-form {
  margin-bottom: 10px;
}

.b-form dt {
  font-size: 1.4em;
  font-weight: normal;
  color: #000000;
  padding-bottom: 5px;
  float: left;
  width: 240px;
  text-align: right;
  padding-top: 4px;

}

.b-form dd {
  font-size: 14px;
  margin-bottom: 5px;
  margin-left: 250px;
  line-height: 1.2em;
}

.b-form .form_input {
  border: 1px solid #abadb3;
  padding: 2px;
  width: 275px;
  font-size: 14px;
}

.b-form .form_input_mini {
  border: 1px solid #abadb3;
}

.b-form .form_input_sm {
  border: 1px solid #abadb3;
}

.b-form .sm {
  width: 40px;
}

.b-form input.error {
  border: 1px solid #cb0213;
}

.b-form select.error {
  border: 1px solid #cb0213;
}

.b-form textarea.error {
  border: 1px solid #cb0213;
}

.b-form select {
  border: 1px solid #abadb3;
  padding: 4px 2px;
  font-size: 12px;
}

.b-form .refresh {
  vertical-align: 8px;
  padding: 0 10px;
}

.b-form .code_input {
  border: 1px solid #abadb3;
  padding: 6px 2px;
  width: 80px;
  font-size: 20px;
  font-weight: bold;
  vertical-align: 13px;
  color: #000000;
  text-align: center;
}

* html .b-form .code_input {
  vertical-align: 3px;
}

*+html .b-form .code_input {
  vertical-align: 3px;
}

.b-form textarea {
  width: 275px!important;
}

.b-form .b-form-submit {
  font-size: 12px;
  margin-left: 250px;
}

.b-users-info-text {
  font-size: 14px;
  margin: 15px 0 10px 0;
}

.b-users-info-text textarea {
  border: 1px solid #abadb3;
  padding: 2px;
  width: 580px!important;
  font-size: 12px;
  height: 150px;
}

.b-form-done {
  font-size: 1.4em;
  color: #024597;
  line-height: 1.3em;
  padding: 0 0 0 22px;
  margin-bottom: 20px;
  /*background: url(/images/done.gif) no-repeat top left;*/
  background: url(/images/done_ico.gif) no-repeat top left;
  min-height: 32px;
}

* html .b-form-done {
  height: 32px;
}

.b-form-error, .b-form-attention {
  font-size: 1.4em;
  color: #e79003;
  font-weight: normal;
  line-height: 1.3em;
  padding: 0 0 0 22px;
  margin-bottom: 20px;
  min-height: 32px;
  background: url(/images/attention_ico.gif) no-repeat top left;
}

* html .b-form-error {
  height: 32px;
}

.b-form .error_dd {
  font-weight: normal;
  font-size: 11px;
  color: #cb0213;
  margin-bottom: 5px;
}

.b-form .hint {
  font-size: 12px;
  color: #747474;
  margin-bottom: 5px;
}

ul.radio_list {
  margin-bottom: 7px;
}

ul.radio_list li {
  display: inline;
}

.b-form-info-text {
  padding: 10px;
  background: #dddfe3 url(/images/inter_item_bg.jpg) no-repeat top left;
  margin-bottom: 10px;
}

.b-form-info-text p {
  padding-bottom: 10px;
  font-size: 1.2em;
  line-height: 1.2em;
  color: #000000;
}
