@charset "UTF-8";
/* Styles for form pages */

.hidden {  display: none;}

.nothidden {
  display: block;
}

small {
  font-size: 0.9em;
  line-height: 1.3em;
}

.smallblock {
  font-size: 0.9em;
  line-height: 1.3em;
  padding-top: 5px;
  display: block;
}

.error_message {
  font-size: 1.2em;
  font-weight: bold;
  color: #df0a02;
}

.formfielderror,
form#quote .section span.formfielderror {
  display: inline;
  width: auto;
  float: none;
  clear: none;
  margin: 0;
  line-height: 1.1em;
  font-weight: bold;
  color: #df0a02;
  position: absolute;
  /*top: -1.1em;*/
  top: 3px;
  left: 315px;
  background: yellow;
}

.emailerror,
form#quote .section span.emailerror {
  width: 88px;
}

/*
form#quote .section span {
  display: block;
  width: 125px;
  display: block;
  float: left;
  clear: none;
  margin: 0 25px 0 0;
  line-height: 1.4em;
}
*/

#page form {
  width: 800px;
  padding: 0;
  margin: 25px auto 0 auto;
  display: block;
  clear: both;
}

#page form h1 {
  width: 760px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d8d8d8;
}

#page form .section h2 {
  margin-top: 35px;
}

#page form .section h2:first-child {
  margin-top: 0;
}

#page form h3 {
  font-size: 107%;
  color: #636161;
  margin: 10px 0;
}

/* QUOTE FORM STYLES ************************* */

form#quote {

}

form#quote .section {
  width: 350px;
  padding: 0;
  margin: 0 0 25px 0;
  float: left;
  clear: none;
  /*background: beige;*/
}

form#quote .pad {
  margin-right: 60px;
}

form#quote .section div {
  width: 100%;
  padding: 0;
  margin: 0 0 9px 0;
  position: relative;
}

form#quote .section div.clearblock {
  width: 1px;
  padding: 0;
  margin: 0;
  clear: both;
  display: block;
}

form#quote .section span {
  display: block;
  width: 125px;
  display: block;
  float: left;
  clear: none;
  margin: 0 15px 0 0;
  line-height: 1.2em;
}

form#quote .section span.title {
  font-weight: bold;
  /*font-size: 107%;*/
  
}

form#quote span#required {
  display: block;
  clear: both;
  margin: 0 0 0 0;
}

/* REGUALAR TEXT INPUT ********** */

form#quote .section div.input {
  min-height: 22px;
  line-height: 22px;
  margin: 0 0 10px 0;
  /*background: red;*/
  /*position: relative;*/
}

form#quote .section div.inputlarge {
  margin: 0 0 20px 0;
}

form#quote .section div.input input {
  float: left;
  width: 165px;
  height: 15px;
  margin-right: 10px;
  /*vertical-align: bottom;*/
}

form#quote .section div.input input.short {
  width: 40px;
}

form#quote .section div.input input.date {
  width: 55px;
}

form#quote .section div.input .input_note {
  /*padding-left: 15px;
  display: block;
  float: left;
  clear: none;*/
  /*background: red;*/
  clear: none;
  position: absolute;
  left: 220px;
}

/* REGUALAR SMALL TEXT AREA ********** */

form#quote .section div.textarea_small {
  line-height: 1.3em;
  height: 57px;
}

form#quote .section div.textarea_small textarea {
  float: left;
  width: 180px;
  height: 50px;
}

/* REGUALAR LARGE TEXT AREA ********** */

form#quote .section div.textarea_big {
  line-height: 1.3em;
  height: 117px;
}

form#quote .section div.textarea_big textarea {
  float: none;
  clear: both;
  width: 300px;
  height: 110px;
  padding: 0;
}

/* REGUALAR TEXT AREA FOR "OTHER" AFTER DROP-DOWN ********** */

form#quote .section div.textarea_other_dropdown {
  line-height: 1.3em;
  height: 117px;
  margin-top: -15px;
  display: block;
}

form#quote .section div.textarea_other_dropdown textarea {
  float: none;
  clear: both;
  width: 300px;
  height: 75px;
  padding: 0;
}

form#quote .section div.textarea_other_dropdown h3 {
  font-size: 103%;
  font-style: italic;
  margin-bottom: 5px;
}

/* REGUALAR RADIO BUTTONS ********** */

form#quote .section div.radio {
  margin-bottom: 20px
}

form#quote .section div.radio label {
  display: block;
  clear: both;
  margin: 0 0 5px 0;
}

form#quote .section div.radio input {
  margin-right: 7px;
}

/* RADIO BUTTONS WITH LARGE DESCRIPTIONS ********** */

form#quote .section div.radio_descriptive {
  margin-bottom: 20px;
}

form#quote .section div.radio_descriptive label {
  display: block;
  clear: both;
  padding: 0 0 25px 0;
  margin: 0;
}

form#quote .section div.radio_descriptive input {
  margin-right: 5px;
  display: block;
  float: left;
}

form#quote .section div.radio_descriptive label span {
  display: block;
  clear: none;
  float: left;
  width: 80%;
  padding: 2px 0 0 0;
  /*margin: 0 0 5px 0;*/
}

/* REGUALAR CHECK BOXES ********** */

form#quote .section div.checkbox {
  margin-bottom: 20px;
  margin-left: 0;
}

form#quote .section div.checkbox label {
  display: block;
  clear: both;
  margin: 0 0 5px 0;
}

form#quote .section div.checkbox input {
  margin-right: 7px;
  margin-left: 0;
}

/* DROPDOWN MENU ********** */

form#quote .section div.dropdown {
  margin-bottom: 25px;
}

/* SUBMIT/ RESET BUTTONS ********** */

form#quote .section div.submit {
  float: none;
  clear: both;
}

form#quote .section div.submit input {
  margin-right: 7px;
}

/* MULTIPLE TEXT INPUTS HORIZONTALLY ********** */

form#quote .section div.input_multiline {
  height: 22px;
  line-height: 22px;
  margin: 0 0 20px 0;
}

form#quote .section div.input_multiline span {
  display: inline-block;
  width: auto;
  display: block;
  float: left;
  clear: none;
  margin: 0 10px 0 0;
}

form#quote .section div.input_multiline input {
  float: left;
  width: 30px;
  height: 15px;
  margin-right: 15px;
}

.formerror {
  display: block;
  clear: both;
  font-weight: bold;
  font-style: italic;
}