/* GENERIC STYLES FOR FORMS
--------------------------------------------------------------------------- */
.content .form {
  margin: 0 auto;
/*  width: 612px;*/
  margin-bottom: 10px;
  padding: 20px;
  padding-bottom: 0;
  background: #eee;
}
form .suggestion {
  position: relative;
  margin-bottom: 10px;
}
form .suggestion .tip {
  font-size: 13px;
}
form .suggestion .form_controls {
  position: absolute;
  top: 5px;
  right: 5px;
}
form ul.form {
  margin: 0;
  padding: 0;
  list-style: none;
}
form ul.form:after { /* Clear fix */ content:  ".";   display: block;  height: 0;  clear: both;  visibility: hidden; }
form ul.form { /* IE fix */ zoom: 1; }
ul.form li {
  margin: 0 0 20px 0;
}
ul.form label {
  padding: 0 2px;
  font-size: 13px;
  text-shadow: #fff 0 1px 1px;
  color: #333;
}
ul.form .required label {
  font-weight: bold;
}
ul.form .help_text {
  display: block;
  padding: 5px;
  font-size: 12px;
  font-style: italic;
  color: #777;
}
ul.form input,
ul.form textarea {
  width: 98%;
}

ul.form .big_field input {
  font-family: "Helvetica Neue";
  font-size: 18px;
  font-weight: bold;
  color: #444;
}

/*ul.form .half_field {
  float: left;
  width: 45%;
  margin-right: 5%;
}
ul.form .half_field_last { margin: 0 0 0 5%;}

ul.form .short_field {
  float: left;
  width: 30%;
}
ul.form .single_short_field {
  margin-right: 70%;
}*/

