.search{
    width: 100%;
    height: 100%;
    padding-right: 5px;
    /*border: 1px solid #333333;*/
    border-radius: 5px;
}

.search .container{
    width: 100%;
    height: 100%;
    background-image: url("/images/website/search.png");
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: 16px 16px;
    padding:2px 20px 2px 5px;
}

.search input[type="text"]{
    height: 100%;
    width: 100%;
    border: 0;
    padding: 0;
    background-color: transparent;
}
