﻿@charset "utf-8";

input.search-box {
    background: url(../../img/search-box.png) no-repeat;
    border: none;
    height: 25px;
    width: 160px;
    color: #666666;
    position: absolute;
    right: 40px;
    top: 60px;
    display: block;
    padding-left: 10px;
    padding-top: 5px;
    font-size: 12px;
    padding-right: 40px;
}
