/* Tidy Form */

form.tform {
  padding-bottom: 10px;
  clear: left;
}
.tform fieldset {
  padding: 5px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  /*border: 1px solid #e5e5e5;*/
}
.tform legend {
  font-weight: bold;
  margin: 5px;
  padding: 0 5px;
  font-size: 1.4em;
}
.tform fieldset p{
  clear: both;
}
.tform fieldset li {
  clear: both;
  list-style-type: none;
}
.tform #recaptcha_widget_div {
  margin-left: 76px;
}

/* Inputs */
.tform fieldset input, .tform fieldset textarea {
  /*border: 1px solid #ccc;*/
  width: 420px;
  padding: 5px;
}
.tform fieldset textarea {
  height: 125px;
}
.tform fieldset input{
  float: left;
  margin-bottom: 10px;
}
.tform fieldset label{
  clear: left;
  width: 130px;
  padding-right: 10px;
  padding-top: 3px;
  float: left;
  text-align: right;
  font-weight: bold;
}
.tform fieldset label.single_chk_box {
  float: none;
  /*width: 455px;*/
}
#agree {
  margin-left: 81px;
}

.tform span.required{
  color: red;
  font-size: 120%;
}
.tform fieldset input[type="checkbox"]{
  margin-right: 8px;
  border: 0;
  width: 20px;
}

/* Buttons */
.tform button {
  padding: 5px;
  margin-left: 165px;
  clear: both;
}
.tform fieldset input.submit {
  clear: left;
  margin-left: 165px;
  width: 337px;
  background: #ddf;
  margin-right: 10px;
}

.tform fieldset input[type="submit"]{
  margin-left: 169px;
  width: 130px;
  margin-right: 3px;
  margin-top: 5px;
}

.tform fieldset input.submit:hover {
  background: #ccf;
}
.tform fieldset input.submit:active {
  border: 1px solid #ccf;
  border-top: 1px #668 solid;
  border-left: 1px #668 solid;
}

/* Sub Forms */
.tform fieldset fieldset{
  margin-left: 10px;
  width: 347px;
}
.tform fieldset fieldset label{
  width: 145px;
}

.tform li.form-help {
  margin-left: 115px;
  font-size: 0.9em;
  color: #777;
}
