.filterbox-field {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#f8f8f8', GradientType=0);
	background: rgba(254, 254, 254, 1);
	background: -moz-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(254, 254, 254, 1) 34%, rgba(248, 248, 248, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254, 254, 254, 1)), color-stop(34%, rgba(254, 254, 254, 1)), color-stop(100%, rgba(248, 248, 248, 1)));
	background: -webkit-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(254, 254, 254, 1) 34%, rgba(248, 248, 248, 1) 100%);
	background: -o-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(254, 254, 254, 1) 34%, rgba(248, 248, 248, 1) 100%);
	background: -ms-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(254, 254, 254, 1) 34%, rgba(248, 248, 248, 1) 100%);
	background: linear-gradient(to bottom, rgba(254, 254, 254, 1) 0%, rgba(254, 254, 254, 1) 34%, rgba(248, 248, 248, 1) 100%);
	border: 1px solid #a4a4a466;
	margin-bottom: 15px;
	padding-bottom: 24px;
	padding-top: 24px;
}

.filterbox select, .filterbox input {
	border: 1px solid #9B9A9B;
	height: 36px;
	line-height: 36px;
	padding-left: 5px;
	width: 100%;
}

select, option, input, textarea {
	background-color: #FFFFFF;
	margin-bottom: 12px;
}

option {
	margin: 0;
}

label.form-fields sup {
	color: #EC2106;
	font-size: 12px;
	padding-left: 2px;
}

input.form-fields[type="radio"], [type="checkbox"] {
	margin: 0 3px 0 9px;
}

textarea, select.form-fields,
input.form-fields:not([type="button"]):not([type="checkbox"]):not([type="file"]):not([type="radio"]) {
	border-radius: 5px;
	padding: .5rem !important;
	width: 100%;
}

input#searchBox[type="text"] {
	width: auto;
}

select.form-fields, input.form-fields:not([type="radio"]):not([type="checkbox"]):not([type="file"]) {
	height: 45px;
}

.form-fields.brr-0 {
	border-bottom-right-radius: 0 !important;
	border-top-right-radius: 0 !important;
}

input.form-fields[type="submit"] {
	cursor: pointer;
	font-weight: bold;
	height: auto;
	letter-spacing: 1px;
	text-transform: uppercase;
	width: auto !important;
}

a.btn:active, .form-fields.btn:active,
a.btn:focus, .form-fields.btn:focus,
a.btn:hover, .form-fields.btn:hover {
	background-color: #5f9d3e !important;
	color: #FFFFFF !important;
}

.form-fields.btn, a.btn {
	font-weight: 700;
	white-space: normal;
}

#become-dealer label, #sku-cust-review label, #signForm label {
	text-align: right;
	width: 100%;
}

#sku-cust-review .rating label {
	text-align: left;
	width: auto;
}

.CH-results-data table > tr:first-child {
	background-color: #9B9A9B;
	border: 1px solid #000000;
	color: #FFFFFF;
}

#trans-results, #CH-results h4 {
	background-color: #C9C9C9;
	border-radius: 5px;
}

#transForm label, #CH-widget h4, #pwForm label {
	font-size: 18px;
	font-weight: 500;
	line-height: 25px;
	margin-bottom: 5px;
}

.CH-results-data table td, .CH-results-data table th {
	padding: 8px 5px;
}

@media screen and (max-width: 1199px) {
	#transForm label {
		font-size: 15px;
	}
}

@media screen and (max-width: 991px) {
	#transForm label {
		min-height: 0;
	}

	#transForm label br {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	#become-dealer label, #sku-cust-review label, #signForm label {
		text-align: left;
	}
}