/* line 1, ../../../app/stylesheets/generic/form.sass */
form.generic {
  color: #333333;
  line-height: 2.2em;
}
/* line 4, ../../../app/stylesheets/generic/form.sass */
form.generic fieldset {
  margin-bottom: 10px;
  padding: 5px 10px;
  border: 3px double #cccccc;
}
/* line 8, ../../../app/stylesheets/generic/form.sass */
form.generic fieldset legend {
  color: #666666;
  margin: 0px 10px;
  padding: 1px 2px;
  line-height: 1.5em;
}
/* line 13, ../../../app/stylesheets/generic/form.sass */
form.generic ul {
  list-style-type: none;
}
/* line 15, ../../../app/stylesheets/generic/form.sass */
form.generic ul li {
  clear: left;
}
/* line 17, ../../../app/stylesheets/generic/form.sass */
form.generic ul li label {
  font-weight: normal;
  color: #444444;
  text-align: right;
  padding-right: 10px;
  display: block;
  float: left;
  width: 120px;
  font-family: "Century Gothic", "Gill Sans", "Gill Sans MT", Arial, sans-serif;
}
/* line 26, ../../../app/stylesheets/generic/form.sass */
form.generic ul li label:after {
  content: ":";
}
/* line 28, ../../../app/stylesheets/generic/form.sass */
form.generic ul li span.msg {
  color: #888888;
  font-size: 0.95em;
  padding-left: 5px;
}
/* line 32, ../../../app/stylesheets/generic/form.sass */
form.generic ul li select option {
  padding: 1px 5px;
}
