.frontend_form h1 {
	font-size: 20px;
	font-weight: bold;
	text-transform:uppercase;
}
.frontend_form {

}
.formarea {
	margin: 4px;
	border: 1px solid #E1E1E1;
	padding: 5px;
}
.formarea h1 {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
}
.formarea input, .formarea select {
	display: block;
	
}
.formarea p {
	margin: 5px;
}
.infotable  td, .infotable th {
	margin: 10px;
	padding: 10px;
}
.infotable th {
	font-weight: bold;
}
