/**** Basic form display  - AT:not needed - legacy css is in place to style forms ****/

/* .surveyform {
  margin:0;
  padding:0;
  font-size:80%;
}

.surveyform fieldset {
  border-top:1px solid #cedbf2;
  border-right:1px solid #aaa;
  border-bottom:1px solid #aaa;
  border-left:1px solid #cedbf2;
  margin:0 0 .5em 0;
  padding:0 0 .3em 0;
  background:#fff;
}

.surveyform legend {
  font-size:110%;
  padding:.2em .5em;
}

.surveyform ol, .surveyform ul {
  margin:0;
  padding:0;
  list-style-type:none;
}

.surveyform li {
  padding:.2em .5em;
  clear:both;
}

.surveyform label.row {
  margin:0 1em 0 0;
  display:block;
  float:left;
  width:10em;
  vertical-align:top;
}

.surveyform .contentscroll {
  overflow:auto;
  height:150px;
  font-size:110%;
}

.surveyform .helptext {
  margin:0 0 0 3px;
} */

/**** Validation styles ****/

form li.required {
  /* font-weight:bold; */
}

form li.error-generic {
  background-color:#f0f8b7;
}

form li.error-required label {
  color:red;
}

form li .patternrule {
  display:none;
}

form li.error-generic .patternrule {
  display:block;
  font-weight:normal;
  margin-left:11em;
}

#ContactInfo li label {
  width: 160px !important; 
}

.submit {
  margin: 1em 0 0 11em;
}

.input-captcha {
  margin: 8px 0 0 12.5em; 
  
}

.captcha-image,
.reload-captcha {
    float: left;
    font-size: 10px;
 }

.captcha {
  background-color: #fff; 
  float: left;
  margin-bottom: 12px;
}
.reload-captcha {
  padding: 8px;
}
.input-captcha {
  clear: both;
}


