/* Tidy Form */

form.tform {
  padding-bottom: 10px;
  clear: left;
}
.tform fieldset {
  padding: 2px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  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;
}
.tform #recaptcha_widget_div {
  margin-left: 76px;
}

/* Inputs */
.tform fieldset input, .tform fieldset textarea {
  /*border: 1px solid #ccc;*/
  width: 145px;
  padding: 3px;
}
.tform fieldset input{
  float: left;
  margin-bottom: 10px;
}
.tform fieldset label{
  clear: left;
  width: 55px;
  padding-right: 10px;
  padding-top: 3px;
  float: left;
  text-align: right;
  font-weight: bold;
}
.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: 165px;
  width: 100px;
}

.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;
}


