@charset "utf-8";
/* CSS Document */

form fieldset p {
/*	float:left; */
/*	padding-bottom: 1em;*/
/*	width:10em; */
}
select {
/*	padding-left: 1em; */
/*	padding-right: 1em; */
}
.error {
  border: 1px solid red;
  background-color: #ffffee;
  color: #660000;
  width: 400px;
  padding: 0 5px 10px 5px;
}
.error li {
	line-height: 10px;
}
.notify {
  border: 1px solid #336699;
  background-color: #ffffee;
  color: #336699;
  width: 400px;
  padding: 5px;
}
.formerror {
  border: 1px solid red;
  background-color : #FFCCCC;
  width: auto;
  padding: 5px;
}
.errortext {
	font-weight: bold;
	font-style: italic;
}
.required {
	font-size:smaller;
	font-style: italic;
}
label.hiddenLabel {
	display:none;
}
.indent {
	margin-left: 2.5em;
}
#mainContent ul.noListStyleIndent {
	list-style-type:none;
}
ul.inlineList {
	list-style-type:none;
}
ul.inlineList li {
	display: inline;
	padding-right: 2.5em;
}
span.horizontalOptions label {
	padding-right: 2.5em;
}
span.examplenote {
	font-style: italic;
}