/* Colors */
/* Buttons */
/* line 6, ../src/forms.scss */
form {
  margin-bottom: 0.5em;
}

/* line 12, ../src/forms.scss */
fieldset.no_margin,
fieldset li.no_margin {
  margin-bottom: 0;
}

/* line 15, ../src/forms.scss */
fieldset {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 1.5em;
}
/* line 19, ../src/forms.scss */
fieldset.submit {
  padding-left: 12em;
}
/* line 21, ../src/forms.scss */
fieldset.submit input {
  display: inline;
}
/* line 24, ../src/forms.scss */
fieldset ol, fieldset ul {
  float: left;
  clear: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 32, ../src/forms.scss */
fieldset ol li, fieldset ul li {
  float: left;
  clear: left;
  width: 100%;
  margin: 0 0 .6em;
  /* groups of inputs (usually checkboxes or radio buttons) */
  /* instructions beneath the input */
}
/* line 39, ../src/forms.scss */
fieldset ol li ul, fieldset ul li ul {
  clear: none;
}
/* line 41, ../src/forms.scss */
fieldset ol li ul li, fieldset ul li ul li {
  margin-bottom: 0;
}
/* line 43, ../src/forms.scss */
fieldset ol li ul li label, fieldset ul li ul li label {
  width: auto;
  font-weight: normal;
}
/* line 51, ../src/forms.scss */
fieldset ol li .instructions, fieldset ul li .instructions {
  float: left;
  margin-right: 0.5em;
  font-size: 0.91em;
}
/* line 55, ../src/forms.scss */
fieldset ol li .instructions label, fieldset ul li .instructions label {
  float: none;
  clear: both;
  display: block;
  margin: 0;
  padding-top: 4px;
  width: auto;
  font-size: 0.91em;
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

/* line 72, ../src/forms.scss */
legend {
  color: black;
  font-weight: bold;
}

/* line 77, ../src/forms.scss */
label {
  float: left;
  margin-right: 1em;
  line-height: 22px;
  font-weight: bold;
  width: 11em;
  /*line-height: 2;*/
}

/* line 90, ../src/forms.scss */
input.text,
input[type=text],
input[type=email],
input[type=url],
input[type=tel],
textarea {
  font-size: 13px;
  line-height: 1.5;
  border: 1px solid #D8E3BA;
  background: #FBFCEE;
  padding: 4px;
  /*@include inset-shadow(rgba(0,0,0,.2), 0, 0, 2px);*/
}
/* line 98, ../src/forms.scss */
input.text:active, input.text:focus,
input[type=text]:active,
input[type=text]:focus,
input[type=email]:active,
input[type=email]:focus,
input[type=url]:active,
input[type=url]:focus,
input[type=tel]:active,
input[type=tel]:focus,
textarea:active,
textarea:focus {
  background: #fff;
}
/* line 101, ../src/forms.scss */
input.text:hover,
input[type=text]:hover,
input[type=email]:hover,
input[type=url]:hover,
input[type=tel]:hover,
textarea:hover {
  border-color: #afc671;
}

/* line 112, ../src/forms.scss */
input.text,
input[type=text],
input[type=email],
input[type=url],
input[type=tel] {
  padding: 4px 2px;
  width: 250px;
  margin: 0;
}
/* line 117, ../src/forms.scss */
input.text.tiny,
input[type=text].tiny,
input[type=email].tiny,
input[type=url].tiny,
input[type=tel].tiny {
  width: 50px;
}
/* line 118, ../src/forms.scss */
input.text.short,
input[type=text].short,
input[type=email].short,
input[type=url].short,
input[type=tel].short {
  width: 150px;
}
/* line 119, ../src/forms.scss */
input.text.large,
input[type=text].large,
input[type=email].large,
input[type=url].large,
input[type=tel].large {
  width: 450px;
}
/* line 121, ../src/forms.scss */
input.text.bigtext,
input[type=text].bigtext,
input[type=email].bigtext,
input[type=url].bigtext,
input[type=tel].bigtext {
  font-size: 18px;
  line-height: 1.4;
  font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}
/* line 126, ../src/forms.scss */
input.text.default,
input[type=text].default,
input[type=email].default,
input[type=url].default,
input[type=tel].default {
  color: #999999;
}

/* line 131, ../src/forms.scss */
input.checkbox, input[type=checkbox] {
  float: left;
  margin-right: 0.75em;
}

/* line 135, ../src/forms.scss */
select {
  position: relative;
  top: 4px;
}

/* line 139, ../src/forms.scss */
textarea {
  width: 450px;
  height: 8em;
}

/* line 144, ../src/forms.scss */
input[type=submit],
button {
  display: inline-block;
  padding: 5px 12px 6px;
  text-decoration: none;
  font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  text-shadow: rgba(0, 0, 0, 0.3) 0 -1px 1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px 0;
  -o-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px 0;
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px 0;
  border-width: 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  background: #4e752d;
  /*@include linear-gradient(color-stops(lighten($bg_color,20%),darken($bg_color,10%)));*/
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #5a8734), color-stop(100%, #426326));
  background-image: -moz-linear-gradient(top, #5a8734 0%, #426326 100%);
  background-image: linear-gradient(top, #5a8734 0%, #426326 100%);
  /*border-top: 1px solid lighten($bg_color,40%);*/
  border-bottom: 1px solid #1d2b11;
  color: white;
}
/* line 80, ../src/_base.scss */
input[type=submit]:hover, input[type=submit]:focus,
button:hover,
button:focus {
  background: #3a5822;
  /*@include linear-gradient(color-stops(lighten($bg_color,20%),darken($bg_color,10%)));*/
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #476a29), color-stop(100%, #2e451b));
  background-image: -moz-linear-gradient(top, #476a29 0%, #2e451b 100%);
  background-image: linear-gradient(top, #476a29 0%, #2e451b 100%);
  /*border-top: 1px solid lighten($bg_color,40%);*/
  border-bottom: 1px solid #090e05;
  color: white;
}
/* line 83, ../src/_base.scss */
input[type=submit]:active,
button:active {
  top: 1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 0 3px 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 3px 0;
  -o-box-shadow: rgba(0, 0, 0, 0.3) 0 0 3px 0;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 3px 0;
}

/* Top Labels */
/* line 150, ../src/forms.scss */
.top_labels li {
  margin-bottom: 1.2em;
}
/* line 152, ../src/forms.scss */
.top_labels li li {
  margin-bottom: 0;
}
/* line 156, ../src/forms.scss */
.top_labels label {
  display: block;
  float: none;
  width: auto;
  margin: 0;
}
/* line 166, ../src/forms.scss */
.top_labels input.text,
.top_labels input[type=text],
.top_labels input[type=email],
.top_labels input[type=url],
.top_labels input[type=tel] {
  margin-left: 0;
}
/* line 169, ../src/forms.scss */
.top_labels .submit, .top_labels.submit {
  padding-left: 0;
}

/*	Flash Notices and Errors */
/* line 176, ../src/forms.scss */
#flash {
  clear: both;
  padding: 8px 10px;
  margin-bottom: 1em;
  color: #222222;
  background: #fffbbe;
  border: 1px solid #d8d056;
}
/* line 184, ../src/forms.scss */
#flash.error {
  background: #fde5e5;
  border: 1px solid #cb7a7a;
}
/* line 188, ../src/forms.scss */
#flash p {
  margin-bottom: 0;
}

/* line 193, ../src/forms.scss */
#errorExplanation {
  clear: both;
  padding: 8px 10px;
  margin-bottom: 2em;
  color: #222222;
  background: #fde5e5;
  border: 1px solid #cb7a7a;
}
/* line 201, ../src/forms.scss */
#errorExplanation h2 {
  color: #990000;
  font-size: 1.4em;
  margin-bottom: 0.35em;
}
/* line 206, ../src/forms.scss */
#errorExplanation p {
  margin-bottom: 0.8em;
}
/* line 209, ../src/forms.scss */
#errorExplanation ul {
  margin-bottom: 0;
}

/* line 215, ../src/forms.scss */
.error label, .fieldWithErrors label {
  color: #880000;
}
/* line 223, ../src/forms.scss */
.error input.text,
.error input[type=text],
.error input[type=email],
.error input[type=url],
.error input[type=tel],
.error textarea, .fieldWithErrors input.text, .fieldWithErrors input[type=text], .fieldWithErrors input[type=email], .fieldWithErrors input[type=url], .fieldWithErrors input[type=tel], .fieldWithErrors textarea {
  background: #fde5e5;
}

/*	Specific form elements */
/* line 230, ../src/forms.scss */
ol.address {
  float: left;
  clear: none;
  width: 250px;
}
/* line 235, ../src/forms.scss */
ol.address .street_address {
  margin-bottom: 0;
}
/* line 237, ../src/forms.scss */
ol.address .street_address label {
  display: none;
}
/* line 240, ../src/forms.scss */
ol.address .street_address input {
  margin-bottom: 0.5em;
}
/* line 246, ../src/forms.scss */
ol.address .locality,
ol.address .region,
ol.address .postal_code {
  float: left;
  clear: none;
  margin-right: 20px;
  margin-bottom: 0;
}
/* line 252, ../src/forms.scss */
ol.address .locality label,
ol.address .region label,
ol.address .postal_code label {
  width: auto;
  position: relative;
  top: 2.25em;
  font-weight: normal;
  font-size: 0.91em;
}
/* line 259, ../src/forms.scss */
ol.address .locality input,
ol.address .region input,
ol.address .postal_code input {
  position: relative;
  top: -1.95em;
  width: 100%;
}
/* line 265, ../src/forms.scss */
ol.address .locality {
  width: 115px;
}
/* line 268, ../src/forms.scss */
ol.address .region {
  width: 31.667px;
}
/* line 271, ../src/forms.scss */
ol.address .postal_code {
  width: 52.5px;
  float: left;
  margin-right: 0;
}
/* line 277, ../src/forms.scss */
ol.address .country label {
  display: none;
}
