/* form.css */

* {
  margin: 0px;
  padding: 0px;
}


form {
  margin: 0px;
  padding: 10px 0px 0px 0px;
  width: 100%;
}

fieldset {
  margin: 0px;
  padding: 0px 0px 20px 0px;
  border: none;

}

fieldset legend {
  font-size: 12px;
  margin: 0px;
  background-color:#FFFFFF;
  color: #000000;
  text-decoration:none;
  font-weight: bold;
}

.my_legend {
  font-size: 10pt;
  background-color: #6E8CAA;
  margin: 0px 0px 0px 0px;
  color: #ffffff;
  text-decoration:none;
  font-weight: normal;
  width: 100%;
}

label {
	width:130px;
}

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

input, select, textarea {
  font-size: 100%;
  color: #000000;
  margin: 2px;
  padding: 0px 0px 0px 0px;
}

textarea {
  overflow: auto;
	scrollbar-base-color: #F1F2F3;
	scrollbar-arrow-color: #445566;
}

form div {
  clear: left;
  display: block;
  width: auto;
  height: expression('1%');
  margin: 0px 0px 0px 0px;
  padding: 10px 5px 0px 10px;
}

form fieldset div.notes {
  float: right;
  width: 160px;
  height: auto;
  margin: 10px 10px 10px 10px;
  padding: 5px;
  border: 1px solid #666666;
  background-color: #ffffe1;
  color: #666666;
  font-size: 88%;
}

form div.main {
  float: left;
  width: auto;
  height: auto;
  margin: 0px 0px 0px 0px;
  padding: 5px;
  border: 1px solid #666666;
  background-color: #ffffe1;
  color: #666666;
  font-size: 88%;
}

form fieldset div.notes h4 {
  background-image: url(../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 fieldset div.notes p {
  margin: 0em 0em 1.2em 0em;
  color: #666666;
}

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

form div fieldset {
  clear: none;
  border-width: 1px;
  border-style: solid;
  border-color: #A7A7A7;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

form div fieldset legend {
  font-size: 100%;
}

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

form div label {
  display: block;
  float: left;
  width: 130px;
  margin: 0px
  text-align: left;
  color: #000000;
  font-weight: normal;
}

form div input {
  margin: 0px;
}

form div.optional label, label.optional {
  font-weight: normal;
  color: #000000;
}

form div.required label, label.required {
  font-weight: normal;
  color: #000000;
  width: 130px;
}

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

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

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

.cal {
  border: 0px;
  margin: 0px 10px 0px 2px;
}

.table_header_class {
  font-weight: bold;
  width: 60px;
}

.table_label_class {
  font-weight: normal;
  width: 130px;
}

.table_label_row {
  font-weight: normal;
}

form div table {
  width: auto;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  color: #000000;
  font-size: 8pt;
  border: 0px;
  border-spacing: 0px 0px 0px 0px;
}

form div table th {
  color: #000000;
  font-weight: bold;
  font-size: 8pt;
  border: 0px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  width: 130px;
}

form div table td {
  color: #000000;
  text-decoration:none;
  font-size: 8pt;
  font-weight: normal;
  border: 0px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

form div.required_error label {
  color: #ff0000;
  font-weight: bold;
}

form div.required_error input, form div.required_error textarea {
	background-color: #ffffe1;
}

form div input, form div select, form div textarea {
  width: auto;
  padding: px;
  margin: 0px 0px 0px 0px;
}

form div input.inputFile {

}

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

form div input.inputCheckbox, form 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 0px;
}

form div.submit {
}

form div.submit div {
  display: inline;
  float: left;
  padding: 0px;
  margin: 0px;
}

form div input.inputSubmit, form div input.inputButton, input.inputSubmit, input.inputButton {

}

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

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

.message_ok {
	background-color: #ffffe1;
	background-image: url(../images/ok.gif);
	background-repeat: no-repeat;
	background-position: 2px 1px;
	width:100%-126px;
	margin:5px 5px 5px 143px;
	padding:2px 2px 2px 30px;
	border: 1px solid #00F000;
}

.message_error {
	background-color: #ffffe1;
	background-image: url(../images/error.gif);
	background-repeat: no-repeat;
	background-position: 2px 1px;
	width:100%-126px;
	margin:5px 5px 5px 143px;
	padding:2px 2px 2px 30px;
	border: 1px solid #FF0000;
}

fieldset div.error label, label.error {
	color:#FF0000;
}

