label {
  font-weight: bold; }

fieldset {
  padding: 1.4em;
  margin: 0 0 1.5em 0;
  border: 1px solid #cccccc; }

legend {
  font-weight: bold;
  font-size: 1.2em; }

input[type=text], input[type=password], input.text, input.title {
  background-color: white;
  border: 1px solid #bbbbbb; }

textarea, select {
  background-color: white;
  border: 1px solid #bbbbbb; }

input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus {
  border-color: #666666; }

textarea:focus, select:focus {
  border-color: #666666; }

input[type=text], input[type=password], input.text, input.title {
  margin: 0.5em 0; }

textarea, select {
  margin: 0.5em 0;
  padding: 2px; }

input.text {
  width: 300px;
  padding: 5px; }
input.title {
  width: 300px;
  padding: 5px;
  font-size: 1.5em; }

textarea {
  width: 390px;
  height: 250px;
  padding: 5px; }

input[type=checkbox], input[type=radio], input.checkbox, input.radio {
  position: relative;
  top: 0.25em; }

form.inline {
  line-height: 3; }
  form.inline p {
    margin-bottom: 0; }

.error, .notice, .success {
  padding: 0.8em;
  margin-bottom: 1em;
  border: 2px solid #dddddd; }

.error {
  background: #fbe3e4;
  color: #8a1f11;
  border-color: #fbc2c4; }

.notice {
  background: #fff6bf;
  color: #514721;
  border-color: #ffd324; }

.success {
  background: #e6efc2;
  color: #264409;
  border-color: #c6d880; }

.error a {
  color: #8a1f11; }

.notice a {
  color: #514721; }

.success a {
  color: #264409; }

input.disabled {
  border: 1px solid #f2f2f2;
  background-color: #f2f2f2; }
input.required {
  border: 1px solid #00a8e6; }

textarea.required {
  border: 1px solid #00a8e6; }

input.validation-failed, textarea.validation-failed {
  border: 1px solid #ff3300;
  color: #ff3300; }

input.validation-passed, textarea.validation-passed {
  border: 1px solid #00cc00;
  color: black; }

.validation-advice {
  margin: 5px 0;
  padding: 5px;
  background-color: #ff3300;
  color: white;
  font-weight: bold;
  display: none; }

.custom-advice {
  margin: 5px 0;
  padding: 5px;
  background-color: #c8aa00;
  color: white;
  font-weight: bold; }

fieldset {
  padding: 1em;
  margin-bottom: 0.5em; }

.form-row {
  clear: both;
  padding: 0.5em; }
