/*




	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 fieldset legend { color: #009900; }
form p {
  clear: both;
  margin: 0;
  padding: 1em 0;
  border-bottom: 1px solid #444444;
}
form p > label {
  display: block;
  padding: 0.125em 0;
  font-size: 130%;
  line-height: 1em;
}
form p > label small {
  display: block;
  font-weight: normal;
  font-style: italic;
}
form p label.required { font-weight: bold; }
form p label.required sup {
  color: #ff9999;
  vertical-align: text-top;
}
form p input {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: #555555;
  color: #999999;
  background: #111111;
  font-family: monospace;
  font-size: 13px;
  vertical-align: middle;
}
form p textarea {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: #555555;
  color: #999999;
  background: #111111;
  font-family: monospace;
  font-size: 13px;
  vertical-align: middle;
}
form p select {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: #555555;
  color: #999999;
  background: #111111;
  font-family: monospace;
  font-size: 13px;
  vertical-align: middle;
}
form p input:focus { background: #000000; }
form p textarea:focus { background: #000000; }
form p select:focus { background: #000000; }
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;
  cursor: pointer;
}
form p em.error {
  color: #ff6666;
  display: block;
  font-size: 90%;
}
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 > label {
  display: inline-block;
  vertical-align: top;
  text-align: right;
  padding: 0 0.5em 0 1em;
}
form .two-columns > label:first-child { width: 20%; }
form .two-columns input[type=text][size="30"] { display: inline-block; }
form .two-columns input[type=password] { display: inline-block; }
form .two-columns textarea { display: inline-block; }
form .one-column > label { display: 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; }
