﻿/*Кнопка поиска:*/
    .btn_search {
        margin-top: 7px;
    }
        .btn_search input {
            width: 256px;
            height: 30px;
            border: none;
            background: url('../../Content/Image/Search_background_8percent.png') no-repeat;
            cursor: pointer;
            padding-left: 10px;
        }
        .btn_search input:hover {
            background: url('../../Content/Image/Search_background_5percent.png') no-repeat;
        }
    .btn_search input:focus {
            /*background: url('../../Content/Image/Search_background_hover.png') no-repeat;*/
        outline: 0;
    }