/* Opera */
@media all and (-webkit-min-device-pixel-ratio:10000), not all and  (-webkit-min-device-pixel-ratio:0) {
  .places_block form .text {  
      border: 1px solid black; 
      border-color: #AAADB2 #AAADB2 #E2E9EF #E2E9EF;
   }
}

@media all and (-webkit-min-device-pixel-ratio:10000), not all and  (-webkit-min-device-pixel-ratio:0) {
  .places_block form .submit {  
      height: 23px;
   }
}

/* Safari */
body:first-of-type .places_block form .submit {margin-top: 2px;}
body:first-of-type .tour_selector a.header em {padding-top: 6px}