#status {
	background-color: #f90;
	color: #333;
	border: solid 1pt #336;
	padding: 3pt;
	margin-bottom: 10pt;
}
.formElementBlock {
	margin-bottom: 3pt;
	background-color: #f00;
}
.formSection {
	background-color: #69c;
	padding: 5pt;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #336;
	margin-bottom: 10pt;
}

.formSection h2 {
	color: #fff;
}
.fieldLabel {
	color: #eee;
	font-size: small;
	margin-right: 3pt;
}
.textInputElement {
	background-color: #ff0;
	font-size: small;
	width:100px;
	margin:0px;
	border: solid 1px #69c;
}
.textareaElement {
	border: solid 1px #69c;
	background-color: #ff0;
	font-size: small;
}
