.allcontent span.required, .allcontent p.required span{
	content:'*';
	color:#900000;
}
.allcontent p.required{
	margin-left:10px;
	color:#606060;
}
.allcontent label{
	float:left;
	width:120px;
}
.allcontent .normFloat label{
	float:none;
	width:inherit;
	margin:0 10px 20px 0;
	padding-left:2px;
}
.allcontent .normFloat input{
	width:auto;
	border:0;
	margin-bottom:auto;
}
.allcontent .normFloat .formError{
	margin:10px 0 0 0;
}
.allcontent fieldset{
	border:0;
	padding-left:20px;
	margin:5px 0;
}
legend.section-title{
	margin:0 0 10px -10px;
}
.allcontent input, textarea{
	width:38em;
	font-size:1em;
	margin-bottom:5px;
}
.allcontent textarea{
	width:auto;
}
.allcontent .formError{
	margin:2px 0;
	color:#606060;
	font-style:italic;
	float:none;
	width:inherit;
	display:block;
}
.allcontent .errorMessage{
	background:#FFFFBB;
	border:1px solid #ccc;
	font-size:1.1em;
	padding:10px 20px;
	margin-bottom:10px;
}
.allcontent .errorMessage h2{
	font-size:1.2em;
	color:#402511;
	margin:0 0 5px -3px;
}
.allcontent .errorMessage p{
	margin:0;
}
.allcontent .button, .allcontent input[type=submit]{
	width:auto;
	margin-top:10px;
}

