﻿.search_box {
    width: 100%;
    box-sizing: border-box;
    padding: 0 70px;
    margin-bottom: 40px;
    position: relative;
}

.search_box input {
    border: none;
}

.search_box input.search-in {
    border-radius: 10px;
    outline: none;
    width: 100%;
    height: 40px;
    line-height: 40px;
    COLOR: #aaa;
    box-sizing: border-box;
    padding-left: 20px;
    POSITION: relative;
    BACKGROUND-REPEAT: no-repeat;
    outline-color: #3d5adb;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
}

.search_box input.search-btn {
    position: absolute;
    right: 85px;
    top: 12px;
    border: none;
    width: 15px;
    height: 15px;
}