/* form.css */

* {
  margin: 0px;
  padding: 0px;
}

#formpage {
	}

#formpage #main {
	margin-right:0;
	padding:24px 4% 15px 4%;
	}
	
form {
  margin: 0px;
  padding: 0 0;
  font-size: 100%;
  width: 100%; 
}

form fieldset {
  font-size: 100%;
  border-color: #333;
  border-width: 1px 0px 0px 0px;
  border-style: solid none none none;
  padding: 30px 0 10px 10px;
  margin: 0 0 0 0;
}

form>fieldset {
	padding: 10px 0 30px 10px;
	}

form fieldset legend {
  font-size: 150%;
  font-weight: normal;
  color: #333;
  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: arial,helvetica,sans-serif;
  font-size: 100%;
  color: #000;
}

textarea {
  overflow: auto;
}

form div {
  clear: left;
  display: block;
  height: expression('1%');
  margin: 5px 0px 0px 0px;
  padding: 1px 0;
}

form>div {
}



form fieldset div.notes {
  float: right;
  width: 20%;
  height: auto;
  margin: 0px 10px 10px 10px;
  padding: 5px;
  border: 1px solid #666666;
  background-color: #FEFFE3;
  color: #666;
  font-size: 88%;
}

form fieldset>div.notes {
	width: 24%;
}
	

form fieldset div.notes h5 {
  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: #000;
  font-size: 110%;
}

form fieldset div.notes p {
  margin: 0em 0em 1.2em 0em;
  color: #666;
}

form fieldset div.notes p.last {
  margin: 0em;
}

form div fieldset {
  clear: none;
  border-width: 1px;
  border-style: solid;
  border-color: #666666;
  margin: 0px 0px 0px 32%;
  padding: 0px 5px 5px 5px;
  width: 197px;
}

form div fieldset legend {
  font-size: 100%;
  padding: 0px 3px 0px 9px;
}

form div.required fieldset legend {
  font-weight: bold;
}

form div.required fieldset label {
  font-weight: normal;
}

form div label {
  display: block;
  float: left;
  width: 30%;
  padding: 3px 0;
  margin: 0px 0px 5px 0px;
  text-align: left;
}

form div.optional label, label.optional {
  font-weight: normal;
}

form div.required label, label.required, .required {
  font-weight: bold;
  color:#000;
}

div.required, div.optional {
	padding-left:14px;
	}

form div label.labelCheckbox, form div label.labelRadio {
  float: none;
  display: block;
  width: 300px;
  height: expression('1%');
  padding: 0 0 0 0;
  margin: 0px 0px 5px 142px;
  text-align: left;
}

form div fieldset label.labelCheckbox, form div fieldset label.labelRadio {
  margin: 0px 0px 5px 0px;
  width: 170px;
}

form div img {
  border: 1px solid #000000;
}

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;
  border: 1px solid #fff;
  margin: auto 100px;*/
  color:#ff0000;
  margin: 5px 0 5px 30%;
  padding: 1px 0;
  font-size: 88%;
	font-weight:normal;
	height: expression('1%');
}

form div.error {
  background-color: #ffffe1;
  background-image: url(/images/required_bg.gif);
  background-repeat: no-repeat;
  background-position: top left;
  color: #666666;
  border: 1px solid #ff0000;
}

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;
}
span.error {
	display:block;
	color:red;
	font-weight:normal;
	font-size:8pt;
}
form div input, form div select, form div textarea {
  width: 150px;
  padding: 1px 3px;
  margin: 0px 0px 0px 0px;
}

form div select {
	width:auto;
}

form div input.inputFile {
  width: 211px;
}

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 0;
}

form div.submit {
  /*width: 214px;*/
  padding: 0px 0px 0px 80px;
}

form div.submit div {
  display: inline;
  float: left;
  text-align: left;
  width:auto;
  padding: 0px;
  margin: 0px;
}

form div input.inputSubmit, form div input.inputButton, input.inputSubmit, input.inputButton {
  background-color: #cccccc;
  color: #000000;
  width: auto;
  padding: 2px 6px;
  margin: 0px;
}

form div input.inputText {
  background-color: #FFFFFF;
  color: #000000;
  width: auto;
  padding: 2px 6px;
  margin: 0px;
  font-weight: normal;
}

form div.submit div input.inputSubmit, form div.submit div input.inputButton {
  float: left;
  margin: 0px 0px 0px 5px;
}

form div small {
  display: block;
  margin: 5px 0 5px 30%;
  padding: 1px 0;
  font-size: 88%;
  height: expression('1%');
  color:#333;
}

#dhtmltooltip{
	position: absolute;
	left: -300px;
	width: 150px;
	border: 1px solid black;
	padding: 2px;
	background-color: #F1F2F4;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
	font-size:11px;
}

#dhtmlpointer{
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}
.tooltip {
	border:0px solid #fff;
	width:15px;
	vertical-align:bottom; }