/*styling for the highlight areas*/
.highlight_area{
	padding: 15px;
	background: #efefef;
	border: solid 1px #eee;
}

/*forms inside the highlight area*/
.highlight_area .vfbp-form > div[class*='vfb-col']{
	padding-left: 0px;
	padding-right: 0px;
}
