/* form.css */

.form_layout {
  margin: 0;
  padding: 0;
  font-size: 100%;
  /*min-width: 560px;
  max-width: 620px;*/
  width: 520px; /*590*/
}

.form_layout fieldset {
  clear: both;
  font-size: 100%;
  border-color: #000000;
  border-width: 1px 0 0 0;
  border-style: solid none none none;
  border:none;
  padding: 10px;
  margin: 0 0 0 0;
}

.form_layout #noborder {  border:0;}

.form_layout fieldset legend {
  font-size: 150%;
  font-weight: normal;
  color: #000000;
  margin: 0 0 0 0;
  padding: 0 5px;
}

label {
  font-size: 100%;
}

label u {
  font-style: normal;
  text-decoration: underline;
}

input, select, textarea {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 100%;
  color: #000000;
}

textarea {
  overflow: auto;
}

.form_layout div {
  clear: left;
  display: block;
  width: 340px;
  zoom: 1;
  margin: 5px 0 0 0;
  padding: 1px 3px;
}

.form_layout fieldset div.notes {
  float: right;
  width: 128px; /*158px*/
  height: auto;
  margin: 0 0 10px 10px;
  padding: 5px;
  -moz-border-radius: 10px;
  border: 1px solid #666666;
  background-color: #fff;
  color: #666666;
  font-size: 88%;
  
}

.form_layout fieldset div.notes h4 {
  background-image: url(/images/icon_info.gif);
  background-repeat: no-repeat;
  background-position: top left;
  padding: 3px 0 3px 27px; /*3px 0 3px 27px*/
  padding: 3px 0 3px 0px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #666666;
  color: #666666;
  font-size: 110%;
}

.form_layout fieldset div.notes p {
  margin: 0em 0em 1.2em 0em;
  color: #666666;
   font-size: 88%;
}

.form_layout fieldset div.notes p.last {
  margin: 0em;
  padding: 0em;
}

.form_layout div fieldset {
  clear: none;
  border-width: 1px;
  border-style: solid;
  border-color: #666666;
  margin: 0 0 0 20px; /*was 0 0 0 110px*/
  padding: 0 5px 5px 5px;
  /*width: 197px;*/
  width: 345px;
}

.form_layout div fieldset legend {
  font-size: 100%;
  padding: 0 3px 0 9px;
}

.form_layout div.required fieldset legend {
  font-weight: bold;
}

.form_layout div label {
  display: block;
  float: left;
  width: 100px; /*130px*/
  padding: 3px 5px 5px 5px;
  margin: 0 0 5px 0;
  text-align: right;
}

.form_layout div.optional label, label.optional {
  font-weight: normal;
}

.form_layout div.required label, label.required {
  font-weight: bold;
}

.form_layout div label.labelCheckbox, .form_layout div label.labelRadio {
  float: none;
  display: block;
  width: 260px;
  zoom: 1;
  padding: 0;
  margin: 0 0 5px 110px; /*0 0 5px 142px*/
  text-align: left;
}

.form_layout div fieldset label.labelCheckbox, .form_layout div fieldset label.labelRadio {
  margin: 0 0 5px 0;
  width: 230px;
}

.form_layout div img {
  border: 1px solid #000000;
}

p.error {
  background-color: #ff0000;
  background-image: url(/images/icon_error.gif);
  background-repeat: no-repeat;
  background-position: 3px 3px;
  color: #ffffff;
  padding: 3px 3px 5px 27px;
  border: 1px solid #000000;
  margin: auto 100px;
}

.form_layout div.error {
  background-color: #ffffe1;
  background-image: url(/images/required_bg.gif);
  background-repeat: no-repeat;
  background-position: top left;
  color: #666666;
  border: 1px solid #ff0000;
}

.form_layout div.error p.error {
  background-image: url(/images/icon_error.gif);
  background-position: top left;
  background-color: transparent;
  border-style: none;
  font-size: 88%;
  font-weight: bold;
  margin: 0 0 0 118px;
  width: 200px;
  color: #ff0000;
}

.form_layout div select, .form_layout div textarea {
  width: 200px;
  padding: 1px 3px;
  margin: 0 0 0 0;
}

.form_layout div input.inputText, .form_layout div input.inputPassword {
  width: 200px;
  padding: 1px 3px;
  margin: 0 0 0 0;
}

.form_layout div input.inputFile {
  width: 211px;
}

.form_layout div select.selectOne, .form_layout div select.selectMultiple {
  width: 211px;
  padding: 1px 3px;
}

.form_layout div input.inputCheckbox, .form_layout div input.inputRadio, input.inputCheckbox, input.inputRadio {
  display: inline;
  height: auto;
  width: auto;
  background-color: transparent;
  border-width: 0;
  padding: 0;
  margin: 0 0 0 140px;
}

.form_layout div.submit {
  width: 500px; /*214px*/
  /*padding: 0 0 0 146px;*/
}


.form_layout div.submit div {
  display: inline;
  float: left;
  text-align: left;
  width: auto;
  padding: 0;
  margin: 0;
}

.form_layout div input.inputSubmit, .form_layout div input.inputButton, input.inputSubmit, input.inputButton {
  background-color: #cccccc;
  color: #000000;
  width: auto;
  padding: 0 6px;
  margin: 0;
}



.form_layout div.submit div input.inputSubmit, .form_layout div.submit div input.inputButton {
  float: right;
  margin: 0 0 0 5px;
}

.form_layout div small {
  display: block;
  margin: 0 0 5px 110px; /*0 0 5px 142px*/
  padding: 1px 3px;
  font-size: 88%;
  zoom: 1;
}

/* .form_layout.import.css */

label img {
  behavior: url(/behaviors/label_img.htc);
}

.form_layout fieldset legend {
  line-height: 150%;
}

.form_layout input, .form_layout select, .form_layout textarea {
  background-color: #ffffff;
}

.form_layout textarea.expanding {
  overflow: auto;
  overflow-x: auto;
  overflow-y: visible;
}

div.optional label:before {
  content: '';
}

div.required label:before {
  content: '';
}
  
.form_layout div label.labelCheckbox, .form_layout div label.labelRadio, label.labelCheckbox, label.labelRadio {
  display: block;
  width: 310px;
  zoom: 1;
  padding: 4px 0 0 18px;
  text-indent: -18px;
  line-height: 120%;
}

.form_layout div label.labelCheckbox input.inputCheckbox, .form_layout div label.labelRadio input.inputRadio, label.labelCheckbox input.inputCheckbox, label.labelRadio input.inputRadio {
  margin: 0;
}

.form_layout div fieldset input.inputText, .form_layout div fieldset input.inputPassword, .form_layout div fieldset input.inputFile, .form_layout div fieldset textarea.inputTextarea {
  width: 160px;
  margin: 0 0 0 18px;
  margin: expression(setCntr(), '0px 0 0 -124px');
}

.form_layout div label.compact {
  display: inline;
  width: auto;
  padding: 4px 10px 0 0;
  text-indent: 0;
  margin: 0 0 0 0;
}

.form_layout div.wide label {
  float: none;
  display: block;
}

.form_layout div label.wide {
  width: 348px;
}

.form_layout div.wide input.inputText, .form_layout div.wide input.inputPassword, .form_layout div.wide input.inputFile, .form_layout div.wide select, .form_layout div.wide textarea {
  width: 344px;
  margin: 0;
}

.form_layout div.notes p, .form_layout div small {
  line-height: 125%;
}

.form_layout div.wide small {
  margin: 0 0 5px 0;
}


/*****for half size contact form****/

.form_layout2 div {
  clear: left;
  display: block;
  width: 320px;
  zoom: 1;
  margin: 5px 0 0 0;
  padding: 1px 3px;
}

.form_layout2 fieldset div.notes {
  float: right;
  width: 128px; /*158px*/
  height: auto;
  margin: 0 0 10px 10px;
  padding: 5px;
  -moz-border-radius: 10px;
  border: 1px solid #666666;
  background-color: #fff;
  color: #666666;
  font-size: 88%;
  
}

.form_layout2 fieldset div.notes h4 {
  background-image: url(/images/icon_info.gif);
  background-repeat: no-repeat;
  background-position: top left;
  padding: 3px 0 3px 27px; /*3px 0 3px 27px*/
  padding: 3px 0 3px 0px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #666666;
  color: #666666;
  font-size: 110%;
}

.form_layout2 fieldset div.notes p {
  margin: 0em 0em 1.2em 0em;
  color: #666666;
   font-size: 88%;
}

.form_layout2 fieldset div.notes p.last {
  margin: 0em;
  padding: 0em;
}

.form_layout2 div fieldset {
  clear: none;
  margin: 0 0 0 20px; /*was 0 0 0 110px*/
  padding: 0 5px 5px 5px;
  /*width: 197px;*/
  width: 320px;
}

.form_layout2 div fieldset legend {
  font-size: 100%;
  padding: 0 3px 0 9px;
}

.form_layout2 div.required fieldset legend {
  font-weight: bold;
}

.form_layout2 div label {
  display: block;
  float: left;
  width: 100px; /*130px*/
  padding: 3px 5px 5px 5px;
  margin: 0 0 5px 0;
  text-align: right;
}

.form_layout2 div.optional label, label.optional {
  font-weight: normal;
}

.form_layout2 div.required label, label.required {
  font-weight: bold;
}

.form_layout2 div label.labelCheckbox, .form_layout2 div label.labelRadio {
  float: none;
  display: block;
  width: 200px;
  zoom: 1;
  padding: 0;
  margin: 0 0 5px 110px; /*0 0 5px 142px*/
  text-align: left;
}

.form_layout2 div fieldset label.labelCheckbox, .form_layout2 div fieldset label.labelRadio {
  margin: 0 0 5px 0;
  width: 170px;
}

.form_layout2 div img {
  border: 1px solid #000000;
}

p.error {
  background-color: #ff0000;
  background-image: url(/images/icon_error.gif);
  background-repeat: no-repeat;
  background-position: 3px 3px;
  color: #ffffff;
  padding: 3px 3px 5px 27px;
  border: 1px solid #000000;
  margin: auto 100px;
}

.form_layout2 div.error {
  background-color: #ffffe1;
  background-image: url(/images/required_bg.gif);
  background-repeat: no-repeat;
  background-position: top left;
  color: #666666;
  border: 1px solid #ff0000;
}

.form_layout2 div.error p.error {
  background-image: url(/images/icon_error.gif);
  background-position: top left;
  background-color: transparent;
  border-style: none;
  font-size: 88%;
  font-weight: bold;
  margin: 0 0 0 118px;
  width: 200px;
  color: #ff0000;
}

.form_layout2 div select, .form_layout2 div textarea {
  width: 200px;
  padding: 1px 3px;
  margin: 0 0 0 0;
}

.form_layout2 div input.inputText, .form_layout2 div input.inputPassword {
  width: 200px;
  padding: 1px 3px;
  margin: 0 0 0 0;
}

.form_layout2 div input.inputFile {
  width: 211px;
}

.form_layout2 div select.selectOne, .form_layout2 div select.selectMultiple {
  width: 211px;
  padding: 1px 3px;
}

.form_layout2 div input.inputCheckbox, .form_layout2 div input.inputRadio, input.inputCheckbox, input.inputRadio {
  display: inline;
  height: auto;
  width: auto;
  background-color: transparent;
  border-width: 0;
  padding: 0;
  margin: 0 0 0 140px;
}

.form_layout2 div.submit {
  width: 300px; /*214px*/
  /*padding: 0 0 0 146px;*/
}


.form_layout2 div.submit div {
  display: inline;
  float: left;
  text-align: left;
  width: auto;
  padding: 0;
  margin: 0;
}

.form_layout2 div input.inputSubmit, .form_layout2 div input.inputButton, input.inputSubmit, input.inputButton {
  background-color: #cccccc;
  color: #000000;
  width: auto;
  padding: 0 6px;
  margin: 0;
}



.form_layout2 div.submit div input.inputSubmit, .form_layout2 div.submit div input.inputButton {
  float: right;
  margin: 0 0 0 5px;
}

.form_layout2 div small {
  display: block;
  margin: 0 0 5px 110px; /*0 0 5px 142px*/
  padding: 1px 3px;
  font-size: 88%;
  zoom: 1;
}

/* .form_layout.import.css */

label img {
  behavior: url(/behaviors/label_img.htc);
}

.form_layout2 fieldset legend {
  line-height: 150%;
}

.form_layout2 input, .form_layout2 select, .form_layout2 textarea {
  background-color: #ffffff;
}

.form_layout2 textarea.expanding {
  overflow: auto;
  overflow-x: auto;
  overflow-y: visible;
}

div.optional label:before {
  content: '';
}

div.required label:before {
  content: '';
}
  
.form_layout2 div label.labelCheckbox, .form_layout2 div label.labelRadio, label.labelCheckbox, label.labelRadio {
  display: block;
  width: 190px;
  zoom: 1;
  padding: 4px 0 0 18px;
  text-indent: -18px;
  line-height: 120%;
}

.form_layout2 div label.labelCheckbox input.inputCheckbox, .form_layout2 div label.labelRadio input.inputRadio, label.labelCheckbox input.inputCheckbox, label.labelRadio input.inputRadio {
  margin: 0;
}

.form_layout2 div fieldset input.inputText, .form_layout2 div fieldset input.inputPassword, .form_layout2 div fieldset input.inputFile, .form_layout2 div fieldset textarea.inputTextarea {
  width: 160px;
  margin: 0 0 0 18px;
  margin: expression(setCntr(), '0px 0 0 -124px');
}

.form_layout2 div label.compact {
  display: inline;
  width: auto;
  padding: 4px 10px 0 0;
  text-indent: 0;
  margin: 0 0 0 0;
}

.form_layout2 div.wide label {
  float: none;
  display: block;
}

.form_layout2 div label.wide {
  width: 348px;
}

.form_layout2 div.wide input.inputText, .form_layout2 div.wide input.inputPassword, .form_layout2 div.wide input.inputFile, .form_layout2 div.wide select, .form_layout2 div.wide textarea {
  width: 344px;
  margin: 0;
}

.form_layout2 div.notes p, .form_layout2 div small {
  line-height: 125%;
}

.form_layout2 div.wide small {
  margin: 0 0 5px 0;
}


