.box1 label {
	margin-bottom: 0;
}
#carfinder .box {
	border-radius:4px;
	border:1px solid #ccc;
	background: #F3F3F3;
	padding-top:10px;
	padding-bottom:10px;
	overflow:hidden;
	min-height:250px;
}
#carfinder .box.box1,
#carfinder .box.box2,
#carfinder .box.box3,
#carfinder .box.box4 {
	padding-left: 15px;
	padding-right: 15px;
}

#carfinder .box.box1,
#carfinder .box.box2,
#carfinder .box.box3,
#carfinder .box.box4 {
	margin-bottom:20px;
}
#carfinder .form-group {
	overflow:hidden;
}
#carfinder .box.box4 select {

}
#carfinder .box.box1 select.form-control,
#carfinder .box.box2 select.form-control,
#carfinder .box.box3 select.form-control {
	margin-bottom:15px;
	padding: 3px;
	font-size: 12px;
}
.range-box #divYearRange,
.range-box #divPriceRange,
.range-box #divMileageRange
{
	margin-bottom:20px;
}
.slider.slider-horizontal {
	width:100%;
}

textarea, input, select {
	width:100%;
}
.redText {
	color:red;
}
.notificationUpto {
    padding-top: 8px;
    text-align:right;
}

@media (min-width: 768px) AND (max-width: 991px) {
	.last-box {
		padding-right:0;
	}
}
@media (max-width: 767px) {
	#carfinder .box {
		min-height: initial;
	}
	#carfinder .box.box1,
	#carfinder .box.box2,
	#carfinder .box.box3,
	#carfinder .box.box4 {
		margin-bottom:10px;
	}
	#carfinder .box button {
	margin-top:20px;
	}
	.notificationUpto {
    	padding-top: 5px;
    	text-align:left;
	}
}
.btn-primary {
	    background: rgb(62,62,62);
    background: -moz-linear-gradient(top, rgba(62,62,62,1) 0%, rgba(63,63,63,1) 49%, rgba(0,0,0,1) 51%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(62,62,62,1)), color-stop(49%,rgba(63,63,63,1)), color-stop(51%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(62,62,62,1) 0%,rgba(63,63,63,1) 49%,rgba(0,0,0,1) 51%,rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(62,62,62,1) 0%,rgba(63,63,63,1) 49%,rgba(0,0,0,1) 51%,rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(62,62,62,1) 0%,rgba(63,63,63,1) 49%,rgba(0,0,0,1) 51%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(62,62,62,1) 0%,rgba(63,63,63,1) 49%,rgba(0,0,0,1) 51%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e3e3e', endColorstr='#000000',GradientType=0 );
    color: #fff;
    border-radius: 5px;
    border: 3px solid #000;
}
.btn-primary:hover{
	background: none rgb(62,62,62);
	border-color:#000;
}
