.search {

        height:26px;
        width:250px;
        background:#ffffff;
        -webkit-border-radius:3px;
        transition:0.4s;
        -moz-border-radius:3px;
        opacity:0.7;
        border-radius:26px;
        border:solid #3e53b4 2.5px;
        margin-left:56%;
        margin-top:1%;
        
        }
        
        .search input[type="search"]::-webkit-search-cancel-button { display:none; }
        
        .search input[type="search"] {
        
        float:left;
        
        height:26px;
        
        width:170px;
        
        margin:0;
        
        padding:0 0 0 10px;
        
        border:none;
        
        font:normal 12px Arial;
        
        line-height:26px;
        
        color:#afaeae;
        
        background:none;
        
        outline:none;
        
        -webkit-appearance:none;
        
        -moz-appearance:none;
        
        }
        
        .search input[type="submit"] {
        
        float:right;
        
        height:26px;
        
        width:22px;
        
        margin:0 8px 0 0;
        
        padding:0;
        
        border:none;
        
        background:url(/t/images/images/search-but.png) center center no-repeat;
        
        cursor:pointer;
        
        }
        
        
        .search:hover{
                transition:0.4s;
                opacity:1;
        }