input.search[type="search"] {
    outline: none;
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-size: 100%;
    background: #eef1f5 url(/modules/playchat/working-ground/common/client/imgs/search.png) no-repeat 180px center;
    border: solid 1px #eef1f5;
    padding: 10px 38px 10px 12px;
    width: 158px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
    text-overflow: ellipsis;
}

input.search[type="search"]::-webkit-search-decoration, input.search[type="search"]::-webkit-search-cancel-button {
    display: none;
}

input.search[type="search"]:hover {
    background-color: #fff;
}

input.search[type="search"]:focus {
    width: 158px;
    background-color: #fff;
    border-color: #038eda;
    -webkit-box-shadow: 0 0 5px rgba(109, 207, 246, .5);
    -moz-box-shadow: 0 0 5px rgba(109, 207, 246, .5);
    box-shadow: 0 0 5px rgba(109, 207, 246, .5);
    cursor: auto;
}

input.search[type="submit"] {
    height: 30px;
    width: 16px;
    color: red;
    float: right;
    background: url(/modules/playchat/working-ground/common/client/imgs/search.jpg) 0 no-repeat;
    text-indent: -10000px;
    position: absolute;
    top: 0;
    left: 30px;
    z-index: 2;
    cursor: pointer;
    opacity: 0.4;
    transition: opacity .4s ease;
}

input.search[type="submit"]:hover {
    opacity: 0.8;
}
