.helpful_header {
	border-top: 1px solid #666666;
	border-bottom: 1px dotted #CCCCCC;
	background-color: #ECECEC;
	padding: 10px;	
}
	.helpful_header strong {
		font-size: 18px;
		font-weight: normal;
		color: #669900;
	}
.ifield {
	margin-top: 2px;
	margin-bottom: 0px;
}
.customer_registration_form {
	border-top: 1px dotted #CCCCCC;
	padding: 3px 10px;
}
.customer_registration_form_noborder {
	border-top: none;
	padding: 3px 10px;
}
.subheader {
	font-size: 18px;
	font-weight: normal;
	color: #669900;
	padding-left: 10px;
}
.outlined_form {
	border: 1px solid #CC0000;
}