label {
	font-weight:700;
}
button.copart-btn-closed {
	display: inline-block;
	margin: 0 auto 10px auto;
	font-weight: 600;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #005BBB;
	border: none;
	border-radius: 4px;
	padding: 8px 16px;
	transition: all 0.3s ease-in-out;
	float:left !important;
}
button.copart-btn-closed:hover {
	background-color: #3275DC;
	text-decoration: none;
}
button.copart-btn-closed:active {
	background-color: #005BBB;
}
.sell-form-label {
	font-size:14px;
	margin:8px 0.8%;
	width:100%;
	float:left;
	color:#434952
}
.sell-form-input {
	border-radius:4px;
	border-color:#dfdfdf;
	margin:0 0.8% 0 0.8%;
	width:100%;
}
.control-label {
	padding-top:0;
}

.margin-top-25 {
	margin-top:25px;
}

.loc-finder button[type="submit"] {
	width:auto;
}

.form-title {
	font-weight:600 !important;
	font-size:18px;
	margin-top:40px;
}