/* form.css */

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

form {
	margin: 0px 0px 0px 20px;
	padding: 5px;
	font-size: 11px;
	max-width: 80%;
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

form fieldset {
	clear: both;
	padding: 5px;
	margin: 10px 0px 0px 0px;
	border: 0;
}

form fieldset legend {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

label {
}

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

input, select, textarea {
	background-color: #eeeeee;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

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

form fieldset div.notes {
  float: right;
  width: 158px;
  height: auto;
  margin: 0px 0px 10px 10px;
  padding: 5px;
  font-size: 10px;
}

form fieldset div.notes h4 {
  padding: 3px 0px 3px 5px;
  color: #666666;
  font-size: 11px;
}

form fieldset div.notes p {
  margin: 0 0 5px 0px;
  color: #666666;
}

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

form div fieldset {
  clear: none;
  margin: 0px 0px 0px 142px;
  padding: 0px 5px 5px 0px;
  width: 340px;
}

form div fieldset legend {
  font-size: 11px;
  padding: 0px 3px 0px 0;
}

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

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

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

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

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

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


form div img {
}

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;
  margin: auto 100px;
}

form div.error {
  background-color: #ffffe1;
  background-image: url(/images/required_bg.gif);
  background-repeat: no-repeat;
  background-position: top left;
  color: #666666;
}

form 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: 0px 0px 0px 118px;
  width: 200px;
  color: #ff0000;
}

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

form div input.inputFile {
	width: 200px;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	background-color: #dddddd;
}

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

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

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


form div.submit {
	float: left;
}

form div input.inputSubmit, form div input.inputButton, input.inputSubmit, input.inputButton {
  background-color: #dddddd;
  color: #000000;
  width: auto;
}

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

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