/*
 * Formatted form styles
 */

form.formatted sup.mandatory {
  font-size: 0.9em;
  color: #a33;
}
form.formatted fieldset {
  border: none;
  margin: 0 0 1.3em 0;
  padding: 0;
}
form.formatted fieldset h4 {
  color: #042d6f;
  font-size: 1.2em;
  border: 1px solid #c4c4c4;
  border-left: 8px solid #c4c4c4;
  margin: 0 0 1.2em 0;
  padding: 5px 5px 5px 10px;
}
form.formatted fieldset div.field {
  margin: 0 0 1px 0;
  padding: 8px 0 8px 0;
  background: #e2e2e2 url(/images/formatted-form-label-background.png) repeat-y;
  overflow: hidden;
  display: inline-block;
}
form.formatted fieldset div.field {
  display: block;
}
form.formatted fieldset div.field label {
  float: left;
  width: 120px;
  text-align: right;
  margin: 1px 12px 0 0;
}
form.formatted fieldset div.field label span.invalid {
  display: block;
  margin: 2px 3px 0 3px;
  font-size: 0.9em;
  color: #a33;
  font-style: italic;
}
form.formatted fieldset div.field input,
form.formatted fieldset div.field select,
form.formatted fieldset div.field textarea {
  float: left;
  font-size: 1.1em;
  padding: 2px;
  width: 300px;
  border: 1px solid #bbb;
  font-family: arial, helvetica, sans-serif;
}
form.formatted fieldset div.field textarea {
  font-size: 1.3em;
}

form.formatted fieldset div.field textarea {
  height: 8em;
}
form.formatted fieldset div.field em.description {
  margin-left: 3px;
  font-size: 0.9em;
}

/* Title */

form.formatted fieldset div.field span.title {
  float: left;
  font-weight: bold;
  padding-top: 2px;
}

form.formatted fieldset div.field span.section {
  float: left;
  overflow: hidden;
  display: inline-block;
}
form.formatted fieldset div.field span.section {
  display: block;
}
form.formatted fieldset div.field span.section strong {
  display: block;
  margin-bottom: 4px;
}

/* Options (vertical radio / check boxes) */

form.formatted fieldset div.field span.options {
  float: left;
  overflow: hidden;
  display: inline-block;
}
form.formatted fieldset div.field span.options {
  display: block;
}
form.formatted fieldset div.field span.options strong {
  display: block;
  margin: 8px 8px 3px 0;
  padding-bottom: 3px;
  border-bottom: 1px solid #fff;
}
form.formatted fieldset div.field span.options strong.first {
  margin-top: 0;
}
form.formatted fieldset div.field span.options strong.heading {
  display: block;
  margin-top: 0;
  border-bottom: 0;
}
form.formatted fieldset div.field span.options input {
  float: none;
  display: inline;
  vertical-align: middle;
  width: auto;
  margin: 0;
  border: none;
}
form.formatted fieldset div.field span.options label {
  float: none;
  display: inline;
  vertical-align: middle;
  width: auto;
  margin: 0;
}

/* Captcha */

form.formatted fieldset div.field div.captcha {
  float: left;
  width: 515px;
}
form.formatted fieldset div.field div.captcha p {
  margin: 0 0 0.75em 0;
}
form.formatted fieldset div.field div.captcha p.equation {
  overflow: hidden;
  margin: 0;
  width: 100%;
}
form.formatted fieldset div.field div.captcha p.equation label {
  width: 50px;
  text-align: right;
  margin: 2px 6px 0 0;
}
form.formatted fieldset div.field div.captcha p.equation input {
  width: 40px;
}

/* Bottom */

form.formatted div.bottom {
  margin-top: 1.7em;
  overflow: hidden;
  display: inline-block;
}
form.formatted div.bottom {
  display: block;
}
form.formatted div.bottom p.legend {
  float: left;
  width: 500px;
}
form.formatted div.bottom fieldset {

}

form.formatted div.bottom fieldset span.manditory {
  display: block;
  float: left;
}
form.formatted div.bottom fieldset input {
  float: right;
  padding: 0;
  border: 1px solid #888;
  background: #e2e2e2;
  cursor: pointer;
}
form.formatted div.bottom fieldset input:hover {
  background: #c4c4c4;
}

div#captchactr img {
  float: left;
  padding-right: 5px;

}




div#captchactr span.href :hover {
  cursor: pointer;
}

div#captchactr div#captchactrinner {  
  display: inline-block;
  overflow: hidden; 
  width: 204px;
}

div#captchactr div#captchactrinner {
  display: block;
}

div#captchactr label.verification {
  text-align: left;
  float: none;
  clear: both;
  display: block;
}

div#captchactr input {
  width: 100px;
}

div#captchactr a#audio {
  float: right;
  background: url(/securimage/images/audio_icon.gif) no-repeat;
  display: block;
  width: 22px;
  height: 20px;
}

div#captchactr span#refresh {
  float: right;
  cursor: pointer;
  background: url(/securimage/images/refresh.gif) no-repeat;
  display: block;
  width: 22px;
  height: 20px;
}

.noshow {
  position: absolute;
  left: -9999px;
}

div.warning {
  color: #880000;
  font-weight: bold;
}

div#errors {  
  background: #ffbbbb;
  color: #550000;
  border: 2px solid #550000;
  margin: 0 0 10px 0;
  padding: 5px;
  
}

div#errors ul { 
  font-size: 1.1em;
  color: #550000;
  list-style: none;
  margin: 0;
  padding: 0;
} 
