
.box{
  margin: 100px auto;
  width: 800px;
  height: 50px;
}

	.container-1 input#search{
  width: 800px;
  height: 50px;
  border-color: transparent;
  border-bottom: 1px solid #65737e;
  /*font-size: 10pt;
  float: left;
  color: #63717f;
  padding-left: 45px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;*/
  
}
	input:focus{
  outline: none;
}
	input::-webkit-input-placeholder {
    padding-left: 5px;
    font-size: 15px;
    color: #3c3c3c;
}
 
input:-moz-placeholder { /* Firefox 18- */
    padding-left: 5px;
    font-size: 15px;
    color: #3c3c3c;
}
 
input::-moz-placeholder {  /* Firefox 19+ */
    padding-left: 5px;
    font-size: 15px;
    color: #3c3c3c;
}
 
input:-ms-input-placeholder {
    padding-left: 5px;
    font-size: 15px;
    color: #3c3c3c;
}
	
html#ecwid_html body#ecwid_body .ecwid-search-widget__input, html#ecwid_html body#ecwid_body .ecwid-search-widget__input[type="search"], html#ecwid_html body#ecwid_body .ecwid-search-widget__input[type="text"] {
    display: inline-block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 2.2em;
    margin: 0 -2.2em 0 0;
    padding: 0.35em 2.2em 0.35em 0.55em;
    border-color: transparent!important;
  border-bottom: 1px solid #65737e!important;
    border-radius: 0.1875em;
    outline: 0;
    background: #fff;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
    color: #333;
    font-size: inherit;
    line-height: 1.5em;
    text-align: left;
    vertical-align: middle;
    white-space: normal;
    transition: width 200ms ease-in;
    -webkit-appearance: none;
}





