form {
	margin: 0;
	padding: 0;
	font-size: 100%;
	min-width: 720px;
	max-width: 720px;
	width: 720px;
}

form fieldset {
	font-size: 100%;
	padding: 10px;
	margin: 10;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
form fieldset legend {
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	margin: 0 0 0 0;
	padding: 0 5px;
}
form input, form select, form textarea {
	width: 250px;
}
form   div.SubmitButton {
	text-align: center;
}
form div {
	clear: left;
	display: block;
	width: 450px;
	height: expression('1%');
	margin: 5px 0 0 0;
	padding: 1px 3px;
}

form div label {
  display: block;
  float: left;
  width: 130px;
  padding: 3px 5px;
  margin: 0 0 5px 0;
  text-align: right;
}
form div.optional label {
  font-weight: normal;
}
form div.required label {
  font-weight: bold;
}
form div small {
  display: block;
  margin: 0 0 5px 142px;
  padding: 1px 3px;
  font-size: 88%;
  height: expression('1%');
}

/* Right Side Notebar */

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

form fieldset div.notes h6 {
	background-image: url(/images/icons/16x16_help.gif);
	background-repeat: no-repeat;
	background-position: top left;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #666666;
	color: #666666;
	font-size: 110%;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

form fieldset div.notes p {
  margin: 0em 0em 1.2em 0em;
  color: #666666;
}


/* Inside Field Set */

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

form div fieldset legend {
	font-size: 100%;
	padding: 0 3px 0 9px;
	font-weight: normal;
	color: #000000;
}


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

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

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

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

form div label.labelCheckbox, form div label.labelRadio {
	float: none;
	display: block;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 18px;
	text-align: left;
	text-indent: -18px;
}

form div fieldset label.labelCheckbox, form div fieldset label.labelRadio {
	width: 275px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}

form div input.inputCheckbox, form div input.inputRadio, input.inputCheckbox, input.inputRadio {
	display: inline;
	height: auto;
	width: auto;
	background-color: transparent;
	border-width: 0;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 140;
}
