body {
	color: #000;
	background-color: #FFF;
}
input.invalid {
	background-color: #FF9;
	border: 2px red inset;
}
label.invalid {
	color: #F00;
}
span.reqd {
  color: #ff0000;
  }
label {
  margin-bottom: 1em;
  display: block;
  clear: left;
  }
span.label {
  display: block;
  float: left;
  clear: left;
  width: 15em;
  margin-bottom: 1em;
  }
input, textarea, select {
  float: left;
  }
p {
  clear: left;
  }
#sourcePrintLabel, #sourceUrlLabel {
  display: none;
  }
input#submitBtn {
  clear: left;
  }
