﻿/* site forms */
.siteform form {
}

.siteform fieldset {
  border:none;
  margin:0;
  padding:0;
  padding-bottom: 15px;
}

.siteform legend {
  font-weight: bold;
  margin:0;  
  padding: 0 0 5px 0;
  color: #666666;
  font-size: 110%;
  position: relative;
  left: -8px;
}

.siteform br {
  clear: both;
}

.siteform label {
  color: #211f1e;
}

.siteform label span {
  width:9em;
  float:left;
  padding-top: 2px;
  border: none;
}

.siteform p {
  padding:0;
  margin: 10px 0 5px 0;
  width: 23em;
  line-height: 120%;
  color: #666666;
}

.siteform input, .siteform select, .siteform textarea {
  font-size: 100%;
  font-family: Arial, Serif;
  margin-bottom: 2px;
}

/* select */
.siteform select {
  padding-left: 0.1em;
}

/* radio */

.siteform input.radio {
  float:left;
  margin-left: .5em;
}

.siteform label span.radio {
  float:left;
  width: auto;
  padding-left: 0.5em;
}

.siteform p.radio {
  width: auto;
}

/* checkbox */

.siteform input.checkbox {
  float:left;
  margin: 8px 0 0 0;
  padding: 0;
}

.siteform label span.checkbox {
  float:left;
  width: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 0.5em;
}

/* subscribe checkbox */

.siteform label.subscribe {
}

.siteform label.subscribe .checkbox {
  margin-top: 3px;
  float:none;
}

.siteform label.subscribe span.subscribe {
  padding-left: 0.5em;
  width: auto;
  margin-bottom: 10px;  
  float:none;
}


.siteform input.text {
  width: 16.75em;
}

.siteform input.watermark {
  color: #888888;
}

.siteform select {
  width: 17.2em;
}

.siteform textarea {
  width: 25em;
  overflow:hidden;
}

.siteform p.privacy {
  width: auto;
  font-style: italic;
  margin-top: 25px;
}

/* button */

.siteform button, .siteform input.button {
  margin: .4em 0;
  padding: 0 .8em;
  display: block;
}

/* validation */

.siteform p.validationsummary {
  color:Black;
  font-weight: bold;
  margin-bottom: 0.3em;
}

.siteform ul.validationsummary {
  padding: 0;
  margin: 0 0 1em 1em;
  list-style-type: none;
}

ul.validationsummary span.field {
  font-weight: bold;
  color: #ee3024;
}

ul.validationsummary span.message {
}

.siteform p.validationmessage {
  margin: 5px 0px 0px 9.3em;
  color:#EE3024;
  width: auto;
}

.error span {
  font-weight: bold;
  color:#EE3024;
}

.error input, .error select {
  background: #EE3024;
  color: #efefef !important;
  border: solid 1px #EE3024;
}
