/*




	This file was auto generated by Less (http://lesscss.org). To change the contents of this file, edit app/stylesheets/sema_forms.less instead.




*/form {
  font-family: serif;
  font-size: 12px;
}
form fieldset legend {
  font-family: Georgia;
  color: #009900;
}
form p {
  clear: both;
  margin: 0;
  padding: 1em 0;
  border-bottom: 1px solid #cccccc;
}
form p > label {
  display: block;
  padding: 0.125em 0;
  font-size: 18px;
  line-height: 1em;
}
form p > label small {
  display: block;
  font-size: 12px;
  font-weight: normal;
  font-style: italic;
}
form p label.required { font-weight: bold; }
form p label.required sup {
  color: #990000;
  margin-left: -0.125em;
  vertical-align: text-top;
}
form p input {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 5px 0;
  border: 1px inset #999999;
  color: #000000;
  background: #ffffdd;
  font-family: monospace;
  font-size: 15px;
  vertical-align: middle;
}
form p textarea {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 5px 0;
  border: 1px inset #999999;
  color: #000000;
  background: #ffffdd;
  font-family: monospace;
  font-size: 15px;
  vertical-align: middle;
}
form p select {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 5px 0;
  border: 1px inset #999999;
  color: #000000;
  background: #ffffdd;
  font-family: monospace;
  font-size: 15px;
  vertical-align: middle;
}
form p input:focus { background: #ffffff; }
form p textarea:focus { background: #ffffff; }
form p select:focus { background: #ffffff; }
form p input[type=submit] {
  background: #000099;
  color: #ffffff;
  border-color: #000099;
  border-width: 2px;
  border-style: outset;
  width: 10em;
}
form p input[type=reset] {
  background: #000099;
  color: #ffffff;
  border-color: #000099;
  border-width: 2px;
  border-style: outset;
  width: 10em;
}
form p input[type=button] {
  background: #000099;
  color: #ffffff;
  border-color: #000099;
  border-width: 2px;
  border-style: outset;
  width: 10em;
}
form p > span { display: inline-block; }
form p > span input { display: inline-block; }
form p > span label {
  display: inline-block;
  float: none;
  width: auto;
  text-align: left;
  padding-left: 0.5em;
  margin-right: 1em;
  font-size: 12px;
  cursor: pointer;
}
form p .with_error { border-color: #990000; }
form p em.error {
  color: #990000;
  display: block;
}
form p.form-buttons {
  margin: 2em 0 1em;
  text-align: center;
  border: none;
  line-height: 5em;
}
form p.form-buttons span.spinner img { margin: 0 1em; }
form .two-columns p > label {
  display: inline-block;
  width: 25%;
  vertical-align: top;
  text-align: right;
  padding-right: 1em;
}
form .two-columns p input[type=text][size="30"] { display: inline-block; }
form .two-columns p input[type=password] { display: inline-block; }
form .two-columns p textarea { display: inline-block; }
form div.submit-field { border: none; }
form div.submit-field div.input { margin-left: 12em; }
#errorExplanation {
  padding: 10px 40px;
  margin-bottom: 2em;
  background: #990000;
  color: #ffffff;
}
#errorExplanation p { border: none; }

