#content form {
	margin: 0 20px;
}
#content form fieldset {
  clear: both;
  border-color: #000000;
  border-width: 1px 0 0 0;
  border-style: solid none none none;
  padding: 10px;
  margin: 0 0 0 0;  border: solid 1px #ccc;

}

#content form fieldset legend {
  font-weight: bold;
  color: #000000;
  margin: 0 0 0 0;
  padding: 0 5px;
  font-size: 1.4em;
  border: solid 1px #ccc;
}

#content label {
  font-size: 1.2em;
}

#content label u {
  font-style: normal;
  text-decoration: underline;
}

#content textarea {
  overflow: auto;
}

#content form div {
  clear: left;
  display: block;
  margin: 5px 0 0 0;
  padding: 1px 3px;
}

#content form fieldset div.notes {
  float: right;
  width: 140px;
  height: auto;
  margin: 0 0 10px 10px;
  padding: 5px;
  border: 1px solid #666666;
  background-color: #ffffe1;
  color: #666666;
}

#content form fieldset div.notes h4 {
  background-image: url(../img/help-icon.gif);
  background-repeat: no-repeat;
  background-position: top left;
  padding: 3px 0 3px 27px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #666666;
  color: #666666;
  font-size: 1.1em;

}

#content form fieldset div.notes p {
  margin: 0em 0em 1.2em 0em;
  color: #666666;
}

#content form fieldset div.notes p.last {
  margin: 0em;
  font-size: 1.1em;
}

#content form div fieldset {
  clear: none;
  border-width: 1px;
  border-style: solid;
  border-color: #666666;
  margin: 0 0 0 144px;
  padding: 0 5px 5px 5px;
}

#content form div fieldset legend {

  padding: 0 3px 0 9px;
}

#content form div.required fieldset legend {
  font-weight: bold;
}
.requiredfield {
	color: #cc0000;
}

#content form div label {
  display: block;
  float: left;
  width: 100px;
  padding: 3px 5px;
  margin: 0 0 5px 0;
  text-align: right;
}

#content form div.optional label, label.optional {
  font-weight: normal;
}

#content form div.required label, label.required {
  font-weight: bold;  
  color: #cc0000;
}

#content form div label.labelCheckbox, form div label.labelRadio {
  float: none;
  display: block;
  width: 200px;
  padding: 0;
  margin: 0 0 5px 142px;
  text-align: left;
}

#content form div fieldset label.labelCheckbox, form div fieldset label.labelRadio {
  margin: 0 0 5px 0;
  width: 170px;
}

#content form div img {
  border: 1px solid #000000;
}

#content p.error {
  background-color: #ff0000;
  background-image: url(../img/error-icon.gif);
  background-repeat: no-repeat;
  background-position: 3px 3px;
  color: #ffffff;
  padding: 3px 3px 5px 27px;
  border: 1px solid #000000;
  margin: auto 100px;
}

#content form div.error {
  background-color: #ffffe1;
  background-image: url(../img/required_bg.gif);
  background-repeat: no-repeat;
  background-position: top left;
  color: #666666;
  border: 1px solid #ff0000;
}

#content form div.error p.error {
  background-image: url(../img/icon_error.gif);
  background-position: top left;
  background-color: transparent;
  border-style: none;
  font-size: 88%;
  font-weight: bold;
  margin: 0 0 0 118px;
  width: 200px;
  color: #ff0000;
}

#content form div textarea {
	padding: 1px 3px;
	margin: 0;
}
#content form div input.inputFile {
  width: 211px;
}

#content form div select.selectOne, form div select.selectMultiple {
  width: 80px;
  padding: 0px;

}

#content form div input.inputCheckbox, form div input.inputRadio, input.inputCheckbox, input.inputRadio {
  display: inline;
  height: 14px;
  width: 14px;
  background-color: transparent;
  border-width: 0;
  padding: 0;
  margin: 0 0 0 140px;
}

#content form div.submit {
  width: 214px;
  padding: 0 0 0 146px;
}

#content form div.submit div {
  display: inline;
  float: left;
  text-align: left;
  width: auto;
  padding: 0;
  margin: 0;
}
#content form .submitbutton {
	margin: 0 0 0 60px;
	padding: 0;
}



#content form div.submit div input.inputSubmit, form div.submit div input.inputButton {
  float: right;
  margin: 0 0 0 5px;
}

#content form div small {
  display: block;
  margin: 0 0 5px 100px;
  padding: 1px 3px;
  font-size: 88%;
}

#content .checkbox {
	float: left;
	width: 110px;
	font-size: 1.2em;
	margin: 0 0 0 0px;
}
#content form div.checkbox {
  clear: none;
  display: inherit;
  height: auto;	
  float: left;
}

#likesbox {
	float: left;
	margin: 0 0 0 10px;
}
.red {
	color: #fff;
	font-size: 1.2em;
	background: #cc0000 url(../img/required-arrow.gif) no-repeat 140px 2px;
	padding: 3px;
}
.requiredred {
	font-size: 1.2em;
	color: #cc0000;
	padding: 3px;
	margin: 5px 0;
	font-weight: bold;
}

