/**
* FormBuilder Styles by Jonathan Nicol (F6 Design)
* Semantic example - for the default FormBuilder markup
* Feel free to modify these rules to suit your site's design!
*/

/* Form */
.fbform {
  font-family: helvetica, sans-serif;
  background: #f0f0f0;
  margin: 0;
  padding: 0 8px 0 0;
}
/* regular fieldset */
.fbform fieldset {
  border: none !important;
  border-top: 1px solid #bbb !important;
  clear: both;
  margin: 20px 0 10px 0;
  padding: 0;
}
/* fieldset containing submit btn */
.fbform fieldset.fbsubmit {
  text-align: right;
  border: 0;
  margin: 0;
  padding: 8px 96px 0 0;
}
/* legend */
.fbform legend {
  color: #4561BF;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0;
  padding: 0 4px;
}
.fbform dl {
  font-size: 9px !important;
  margin: 0;
}
.fbform dt {
  font-size: 9px !important;
  clear: both;
  display: block;
  float: left;
  text-align: right;
  margin: 24px 8px 0 5px;
  padding: 8px 0 0 0;
  width: 120px;
/*  height: 26px;
*/}
.fbform dd {
  font-size: 9px !important;
  display: block;
  float: left;
  margin: 10px 0 10px 8px;
  padding:0;
  width: 340px;
/*  height: 26px;
*/}
/* field instructions */
.fbform dd p {
  font-size: 0.9em;
  margin: 5px 0 0 0;
}
.fbform dd label {
  font-size: 9px !important;
  display: block;
}

label {
  display: block;
  font-size: 11px !important;
  margin: 6px 0 0 0;
  padding: 0 4px 0 0;
}

.fbform input, .fbform textarea {
  font-family: verdana, sans-serif;
  border: 1px solid #aaa;
  padding: 4px;
}

.fbform textarea {
  font-size: 11px;
}

.fbinstructions {
  font-family: verdana, sans-serif;
  font-size: 11px;
}

/* dividers */
.fbform dd.fbformdivider {
  border-bottom: 1px solid #ccc;
  clear: both;
  float:none;
  height: 1px;
  margin: 0 0 5px 0;
  overflow: hidden;
  width: auto;
}
.fbform dd.fbformdivider.fblast {
  display: none;
}
.fbtextfield, .fbselect {
  background: #fff;
  width: 230px;
}
.fbradio {
  /* style radio buttons here, if need be */
}
.fbcheckbox {
  /* style checkboxes here, if need be */
}
.fbsubmitbtn {
  margin: 0 0 15px 0;
}
.fbfielderror {
  color: #e00000;
}
.fbrequired {
  font-size: 9px !important;
  display: none;
  color: #e00000;
}
/* Error Message */
.fbformerrormessage {
  color: #e00000;
  /*background: #f9ecec;*/
  /*border: 1px dotted #e00000;*/
  margin: 0;
}
.fbformerrormessage h2 {
/*  background: #e00000;
  color: #fff;
  font-size: 1.5em;
  padding: 10px 15px;
*/
  margin: 8px 0 0 0;
}
.fbformerrormessage ul {
  margin-bottom: 15px;
  margin-top: 15px;
}
/* Thanks Message */
.fbthanks {
/*  background: #f1fcf1;
  border: 3px solid #02b602;
*/  margin: 0;
}
.fbthanks h2 {
/*  background: #02b602;
  color: #fff;
  font-size: 1.5em;
  padding: 10px 15px;
*/  margin: 0;
}
.fbthanks p {
/*  padding: 0 15px;*/
}
.fbthanks p a {
  /* style the thanks link here, if need be */
}