#car_brand_choose_form select {
    width: 200px;
}
span.filter-auto-name {
    font-size: 18px;
    line-height: 20px;
}
#set-auto-filter {
    margin-top: 10px;
}
#auto_filter span.filter-menu {
    margin: -17px -11px 8px -11px;
}

span.filter-auto-name {
    font-size: 18px;
    line-height: 20px;
	color:black;

}
.auto-filter-buttons input{
	margin-left:0px;
}

#car_brand_choose_form select {
    line-height: 30px;
    height: 32px;
    width: 232px;
    margin: 10px 0;
    padding: 0 10px;
	color: #000;
    border: 1px solid #f3f4f5;
    background-color: #f3f4f5;
}

#car_brand_choose_form input[type="submit"] {
    position: relative;
    box-sizing: border-box;
    padding: 5px 10px;
    color: #fff;
    border: medium none;
    background-color: #ba1a32;
}

.hd_blue div {
	text-align: center;
	color: #000;
	font-size: 16px;
}

.group_input {
	display: table;
	margin: 0 auto;
}