/* form.css */
 
* {
  margin: 0;
  padding: 0;
}
.odd    {
        background:#e2ecfc;
        margin:0;
}
.even   {
        background:#eef3fa;
        margin:0;
}
.odd:hover, .even:hover        {
        background:#fbf9db;
}
#ComplexForm div.coregOffer {
  content: '';
  padding:4px;
  background:#d9f2e5;
  border-top:1px solid #007360;
  border-bottom:1px solid #007360;
}
#ComplexForm div.coregOffer label:before {
  content: '';
}
 
#ComplexForm {
        margin: 0;
        padding: 0;
        min-width: 660px;
        max-width: 660px;
        width: 660px;
        font-family: Arial, Helvetica, sans-serif;
        font-size:.7em;
}
#ComplexForm p {
        font-size:1em;
}
#ComplexForm fieldset {
  clear: both;
  border:none;
  padding: 10px;
  margin: 0 0 0 0;
}
 
#ComplexForm fieldset legend {
  font-size: 150%;
  font-weight: normal;
  color: #000000;
  margin: 0;
  padding: 0 5px;
}
 
#ComplexForm label {
}
.FloatLeft     {
        float:left;
        margin:0 10px 4px 0;
}
 
#ComplexForm label u {
  font-style: normal;
  text-decoration: underline;
}
 
#ComplexForm   select.selectSmall     {
        width:80px;
}
#ComplexForm   select.selectTiny      {
        width:40px;
}
#ComplexForm input.inputSmall  {
        width:50px;
        border:1px solid #b4b4b3;
        background:#ffffff;
}
#ComplexForm   select.selectLarge     {
        width:200px;
}
#ComplexForm input, #ComplexForm select, textarea {
  color: #000000;
}
 
#ComplexForm textarea {
  overflow: auto;
}
 
#ComplexForm div {
  clear: left;
  display: block;
  width: 450px;
  height: expression('1%');
  margin: 0;
  padding: 4px;
  border-right:1px solid #eeeeee;
}
 
#ComplexForm fieldset div.notes {
        float: right;
        font-size:1em;
        width: 150px;
        height: auto;
        margin: 0 0 10px 10px;
        padding: 2px 2px 2px 12px;
        background-color: #ffeb95;
        color: #666666;
        background-image: url(/lsf/images/general/bg_notes.gif);
        background-repeat: no-repeat;
        background-position: left top;
        /* WORD WRAP FOR NOTES DIV */
        white-space: pre-wrap; /* css-3 */
        white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
        white-space: -pre-wrap; /* Opera 4-6 */
        white-space: -o-pre-wrap; /* Opera 7 */
        word-wrap: break-word; /* Internet Explorer 5.5+ */
}
 
#ComplexForm fieldset div.notes h4 {
  background-image: url(/lsf/images/general/icon_alert.gif);
  background-repeat: no-repeat;
  background-position: top left;
  padding: 2px 0 2px 20px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #e9c103;
  color: #444444;
}
#ComplexForm .optional p       {
}
#ComplexForm fieldset div.notes p {
  margin: 0em 0em 1.2em 0em;
  color: #444444;
}
 
#ComplexForm fieldset div.notes p.last {
  margin: 0em;
}
 
#ComplexForm div fieldset {
  clear: none;
  margin: 0 0 0 144px;
  padding: 0 5px 5px 5px;
  width: 197px;
}
 
#ComplexForm div fieldset legend {
  padding: 0 3px 0 9px;
}
 
#ComplexForm div.required fieldset legend {
  font-weight: normal;
}
 
#ComplexForm div label {
  display: block;
  float: left;
  width: 210px;
  padding: 4px 10px 4px 2px;
  margin: 0;
  text-align: right;
}
 
#ComplexForm div.optional label, #ComplexForm label.optional {
  font-weight: normal;
}
 
#ComplexForm div.required label, #ComplexForm label.required {
  font-weight: normal;
}
 
#ComplexForm div label.labelCheckbox, #ComplexForm div label.labelRadio {
  float: none;
  display: block;
  width: 200px;
  height: expression('1%');
  padding: 0;
  margin: 0 0 5px 142px;
  text-align: left;
}
 
#ComplexForm div fieldset label.labelCheckbox, #ComplexForm div fieldset label.labelRadio {
  margin: 0 0 5px 0;
  width: 170px;
}
 
#ComplexForm div img {
  border: 1px solid #000000;
}
 
 
#ComplexForm div.error {
  background-color: #ffffe1;
  background-image: url(/lsf/images/general/icon_alert.gif);
  background-repeat: no-repeat;
  background-position: top right;
  color: #666666;
}
 
#ComplexForm p.error {
        color: #ffffff;
        padding: 4px;
        background-image: url(/lsf/images/general/alert_small.gif);
        background-repeat: no-repeat;
        background-position: left center;
        padding:2px 0 0 20px;
}
 
 
#ComplexForm div.error p.error {
  border-style: none;
  width:400px;
  font-weight: normal;
  color: #ff0000;
}
 
#ComplexForm div input, form div select, #ComplexForm div textarea {
  width: 20px;
  padding: 2px;
  margin: 0;
  border:1px solid #b4b4b3;
  background:#a2b5d0;
}
#ComplexForm div.register input {
        margin:10px auto 0 auto;
        padding:4px;
        background:#055087;
        border:1px solid #055087;
        color:#ffffff;
        font-size:1.2em;
        width:200px;
        display:block;
}
 
form div input.inputFile {
  width: 211px;
}
 
#ComplexForm div select.selectOne, #ComplexForm div select.selectMultiple {
  width: 211px;
  padding: 1px 3px;
}
 
#ComplexForm div input.inputCheckbox, #ComplexForm div input.inputRadio, #ComplexForm input.inputCheckbox, #ComplexForm input.inputRadio {
  display: inline;
  height: 14px;
  width: 14px;
  background-color: transparent;
  border-width: 0;
  padding: 0;
  margin: 0 0 0 150px;
}
 
#ComplexForm div.submit {
  width: 214px;
  padding: 0 0 0 146px;
}
 
#ComplexForm div.submit div {
  display: inline;
  float: left;
  text-align: left;
  width: auto;
  padding: 0;
  margin: 0;
}
 
#ComplexForm div input.inputSubmit, #ComplexForm div input.inputButton, #ComplexForm input.inputSubmit, input.inputButton {
  background-color: #cccccc;
  color: #000000;
  width: auto;
  padding: 0 6px;
  margin: 0;
}
 
#ComplexForm div.submit div input.inputSubmit, #ComplexForm div.submit div input.inputButton {
  float: right;
  margin: 0 0 0 5px;
}
 
#ComplexForm div small {
  display: block;
  margin: 0 0 5px 175px;
  padding: 1px 3px;
  height: expression('1%');
}
hr      {
        margin:0;
        padding:0;
        width:100%;
        background:#cccccc;
        height:2px;
        width:450px;
        text-align:left;
        border-top:1px solid #ffffff;
        border-right:1px solid #ffffff;
        border-bottom:1px solid #cccccc;
        border-left:1px solid #ffffff;
}
 
 
 
 
 
 
 
 
 
/* IMPORT */
/* form.import.css */
 
#ComplexForm label img {
  behavior: url(/behaviors/label_img.htc);
}
 
#ComplexForm fieldset legend {
}
 
#ComplexForm input, #ComplexForm select, form textarea {
  background-color: #ffffff;
}
 
#ComplexForm textarea.expanding {
  overflow: auto;
  overflow-x: auto;
  overflow-y: visible;
}
 
#ComplexForm div.optional label:before {
  content: '';
}
 
#ComplexForm div.required label:before {
  content: '';
}
  
#ComplexForm div label.labelCheckbox, #ComplexForm div label.labelRadio, #ComplexForm label.labelCheckbox, #ComplexForm label.labelRadio {
  display: block;
  width: 190px;
  height: expression('1%');
  padding: 4px 0px 0px 18px;
  text-indent: -18px;
}
 
#ComplexForm div label.labelCheckbox input.inputCheckbox, #ComplexForm div label.labelRadio input.inputRadio, #ComplexForm label.labelCheckbox input.inputCheckbox, #ComplexForm label.labelRadio input.inputRadio {
  margin: 0px 0px 0px 0px;
}
 
#ComplexForm div fieldset input.inputText, #ComplexForm div fieldset input.inputPassword, #ComplexForm div fieldset input.inputFile, #ComplexForm div fieldset textarea.inputTextarea {
  width: 160px;
  margin: 0px 0px 0px 18px;
  margin: expression('0px 0px 0px -124px');
}
 
#ComplexForm div label.compact {
  display: inline;
  width: auto;
  padding: 4px 10px 0px 0px;
  text-indent: 0px;
  margin: 0px 0px 0px 0px;
}
 
#ComplexForm div.wide label {
  float: none;
  display: block;
}
 
#ComplexForm div label.wide {
  width: 348px;
}
 
#ComplexForm div.wide input.inputText, #ComplexForm div.wide input.inputPassword, #ComplexForm div.wide input.inputFile, form div.wide select, #ComplexForm div.wide textarea {
  width: 344px;
  margin: 0px;
}
#ComplexForm .inputText        {
        width:200px;
        border:1px solid #b4b4b3;
        background:#ffffff;
}
 
 
#ComplexForm div.wide small {
  margin: 0px 0px 5px 0px;
}
 

