label {
	float: left;
	display: block;
	width: 80px;
	font-weight: bold;
	padding: 2px 10px 2px 0px;
}
input, select, textarea {
	border: 1px solid #8E1F18;
	background-color: #eeeeee;
}
input.txtfld {
	width: 250px;
	height: 20px;
}
.txtafld {
	width: 500px;
}
.ddm {
	width: 250px;
	height: 20px;
}
input.btn {
	border: 1px solid #8E1F18;
	background-color: #536070;
	color: white;
	font-weight: bold;
	padding: 3px;
}
p.frm {
	margin: 10px 0px;
}
div.error {
	border: 1px solid #8E1F18;
	background-color: #C59229;
	color: white;
	width: 550px;
	padding: 10px;
}