/* area to add custom styles */
	
	input.required-email, input.required {
		color: #f24c2f !important;
	}
	
	.module-highlight-interior {
		margin-top: -30px;
		
	}
	
	label {
		display: inline-block;
		max-width: 100%;
		margin-bottom: -1px;
		font-weight: bold;
		/* vertical-align: bottom; */
	}
	
	ul.radio-buttons {
		margin: 0px 0px -8px 0px;
		padding: 0;
		list-style: none;
	}
	
	input[type="radio"] {
		margin-right: 6px;	
	}
	
	.radio-button-text {
		font-size:16px !important; 
		font-weight: normal !important;	
		margin-top: 4px;
		color: #666666;
	}
	
	.main-column-image img { width: 113px !important; height: auto;}
	