
/* form.cssstyle .css */


form.cssstyle  {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  min-width: 560px;
  max-width: 685px;
  width: 685px;
}

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

form.cssstyle  fieldset.sidebyside {
  float: right;
  width: 275px;
  height: auto;
  margin: 0px 0px 10px 10px;
  padding: 0px 5px 0px 5px;	
}

form.cssstyle  fieldset legend {
  font-size: 150%;
  font-weight: normal;
  color: #000000;
  margin: 0px 0px 0px 0px;
  padding: 0px 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.cssstyle  div {
  clear: left;
  display: block;
  width: 354px;
  height: expression('1%');
  margin: 5px 0px 0px 0px;
  padding: 1px 3px;
}

form.cssstyle  fieldset div.notes {
  float: right;
  clear: left;
  width: 300px;
  height: auto;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  border: 1px solid #e9e9e9;
  background-color: #eeeeee;
  color: #666666;
  font-size: 88%;
}

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

form.cssstyle  fieldset div.notes p {
  margin: 0em;
padding: 5px;
  color: #000000;
	line-height: 1.5em;
	font-size: 1em;
}

form.cssstyle  fieldset div.notes p.last {
  margin: 0em;
}

form.cssstyle  div fieldset {
  clear: none;
  border-width: 1px;
  border-style: solid;
  border-color: #666666;
  margin: 0px 0px 0px 142px;
  padding: 0px 5px 5px 5px;
  width: 197px;
}

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

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

form.cssstyle  span.formError input.inputText {
  background-color: #ff6666;
}

form.cssstyle  span.formError textarea.inputTextarea {
  background-color: #ff6666;
}

div.statusMessageArea {
  background:  #ffffe1;
  border: 1px dashed #cccccc;
  padding: 5px;
  text-align: left;
}

div.statusMessageArea .failStatusIndicator {
  background: url(http://assets.eurekster.com/swicki-rel_1_153/images/icon-not-good.gif) no-repeat top left;
  color:#a00;
  line-height: 1.8em;
  font-weight: bold; 
  padding: 3px 0 5px 25px;
}

div.statusMessageArea .passStatusIndicator {
  background: url(http://assets.eurekster.com/swicki-rel_1_153/images/icon-good.gif) no-repeat top left;
  color:#0a0;
  line-height: 1.8em;
  font-weight: bold; 
  padding: 3px 0 5px 25px;
}

div.statusMessageArea td.failStatusMessage {
  line-height: 1.8em;
  font-weight: bold; 
  margin: 3px 0;
  color:#a00;
}

div.statusMessageArea td.passStatusMessage {
  line-height: 1.8em;
  font-weight: bold; 
  margin: 3px 0;
  color:#0a0;
}

form.cssstyle  div label {
  display: block;
  float: left;
  width: 130px;
  padding: 3px 5px;
  margin: 0px 0px 5px 0px;
  text-align: right;
}

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

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

form.cssstyle  div label.labelCheckbox, form.cssstyle  div label.labelRadio {
  float: none;
  display: block;
  width: 200px;
  height: expression('1%');
  padding: 0px;
  margin: 0px 0px 5px 142px;
  text-align: left;
}

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

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

p.error {
  background-color: #ff0000;
  background-image: url(http://assets.eurekster.com/swicki-rel_1_153/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.cssstyle  div.error {
  background-color: #ffffe1;
  background-image: url(http://assets.eurekster.com/swicki-rel_1_153/images/required_bg.gif);
  background-repeat: no-repeat;
  background-position: top left;
  color: #666666;
  padding:5px 3px;
  border: 1px dashed #cccccc;
}
form.cssstyle  div.error p.error {
  background-image: url(http://assets.eurekster.com/swicki-rel_1_153/images/icon_error.gif);
  background-position: top left;
  background-color: transparent;
  border-style: none;
  font-size: 88%;
  font-weight: bold;
  margin: 0px 0px 0px 118px;
  width: 200px;
  color: #ff0000;
}


form.cssstyle  div input, form.cssstyle  div select, form.cssstyle  div textarea {
  width: 180px;
  padding: 1px 3px;
  margin: 0px 0px 10px 0px;
}

form.cssstyle  div input.inputFile {
  width: 211px;
}

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

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

form.cssstyle  div.submit {
  width: 214px;
  padding: 0px 0px 0px 140px;
}

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

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

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

form.cssstyle  div small {
  display: block;
  margin: 0px 0px 5px 142px;
  padding: 1px 3px;
  font-size: 88%;
  height: expression('1%');
}

/* form.cssstyle .import.css */

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

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

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

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

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

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

form.cssstyle  div label.labelCheckbox input.inputCheckbox, form.cssstyle  div label.labelRadio input.inputRadio, label.labelCheckbox input.inputCheckbox, label.labelRadio input.inputRadio {
  margin: 0px 0px 0px 0px;
}

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

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

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

form.cssstyle  div label.wide {
  width: 348px;
}

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

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

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


