@media screen and (-webkit-min-device-pixel-ratio:0){
  #search {
    position:relative;
    top:-1px;
  }
  
  body:nth-of-type(1) #newsletter input {
     width:155px;
     height:21px;
  }
  
  body:nth-of-type(1) #newsletter input.odeslat {
     width:55px;
     height:14px;
  }
  
  body:nth-of-type(1) #search {
    position:relative;
    top:-2px;
  }
  
  body:nth-of-type(1) #search input {
     width:155px;
     height:21px;
  }
  
  body:nth-of-type(1) #search input.odeslat {
     width:55px;
     height:14px;
  }
}