 @charset "utf-8";

 #search::-webkit-input-placeholder {
   color: #888888;
 }
 #search:focus::-webkit-input-placeholder {
   color: transparent;
 }
 #search:-moz-placeholder {
   color:  #888888;
 }
 #search:focus:-moz-placeholder {
   color:  transparent;
 }
 #search::-moz-placeholder {
   color:  #888888;
 }
 #search:focus::-moz-placeholder {
   color:  transparent;
 }
 #search:-ms-input-placeholder {
   color:  #888888;
 }
 #search:focus:-ms-input-placeholder {
   color:  transparent;
 }
 #search::-ms-input-placeholder {
   color:  #888888;
 }
 #search:focus::-ms-input-placeholder {
   color:  transparent;
 }
 #search:placeholder-shown {
   color: #888888;
 }
 #search:focus:placeholder-shown {
   color: transparent;
 }
 #header input#search:focus {
   color: #333333;
 }
