@charset "utf-8";
     
        .search-icon{
            /*background: url(/images/search.jpg) no-repeat;*/
            width:50px;
            height: 25px;
            display:block;
            float: right;
            position: absolute;
            left: 2px;
            top: 5px;
        }
        .before{
            font-size:0.875em;
            padding:.3em .2em .3em;
            border:2px solid rgb(241,202,126);
            width: 200px;
            height: 33px;
        }
        .after{
            font-size:0.875em;
            padding:.3em .2em .3em;
            border:1px solid #E40001;
            /*border:1px solid #4997d2;*/
            width: 240px;
            height: 33px;
        }
        .btn{
            border: none;
            position:absolute;
            left: 200px;
            top:2px;
            height: 29px;
            width: 38px;
            display:inline-block;
            padding:.3em .5em .3em;
            font-family:"Avenir LT W01 65 Medium", Arial, Helvetica, sans-serif;
            color:#e0280f;
            background: #fff;
        }
        .btn:hover{
            cursor:pointer;
            background-color:#4997d2;
            color:white
        }