.form {
  display: block;
  background: #9f2d20;
  width: 430px;
  margin: 0 0 20px;
  padding: 20px;
  border: 2px solid #7f241a;  
  position: relative;
}

.form a {
  color: #f44531;
  border-bottom: none;
}

.form a:hover {
  background: none;
  text-decoration: underline;
}

.form_note {
  position: absolute;
  top: -35px;
  right: 0;
  font-size: 11px;
}

.form_note sup {
  color: #990000;
}

.field_note {
  color: #999;
  font-size: 10px;
  padding-left: 4px;
  top: 0px;
  position: relative;
}

.form input, .form textarea {
  width: 250px;
}

.form .radio_list {
  color: #fff;
}

.form .radio_list input,
.form .checkbox input
 {
  width: auto;
}

.form table {
  font-size: 11px;
}

.form input {
	font-weight: normal !important;
	}

.form td, .form th {
  padding: 10px 7px 15px 7px;
  border-bottom: 1px solid #b24739;
}

.form th {
  font-weight: normal;
  text-transform: uppercase;
  width: 150px;
  text-align: left;
  color: #fff;
  padding-top: 15px;
  padding-left: 0;
  vertical-align: top;
}

.buttonstrip input {
  width: auto;
  height: auto;
  padding: 5px;
}

.buttonstrip th {
  border: none;
  padding: 15px 10px;
  text-align: right;
  width: auto;
  background: #792218;
}

sup {
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 0;
  position: relative;
  top: 1px;
  left: 2px;
  vertical-align: baseline;
  padding-right: 3px;
}

.login_form {
  width: 250px;
  border: 2px solid #7f241a;
  padding: 10px 10px 5px;
  margin: 40px auto 0;
}

.login_form table {
  width: 100%;
}

.login_form td {
  border: none;
}

.login_form .control input {
  width: 225px;
}

.login_form label {
  color: #fff;
  font-size: 12px;
  display:block;
  margin: 0 0 4px 0;
}

.login_form .buttonstrip {
  margin: 10px 0 0;
  padding: 10px 0;
  border-top: 1px solid #b24739;
  border-bottom: 1px solid #b24739;
}

.login_form .buttonstrip input {
  width: 100px;
  height: auto;
  padding: 5px 5px;
}

.checkbox_container input {
  width: auto;
}

.checkbox_container label {
  color: #fff;
}


.nolabel td,
.nolabel th
 {
  border: none;
  padding-bottom: 0;
}