input,
select { /* == SA3 */
    padding             : 1px 2px 0;
    line-height         : 15px;
    }
    
html:first-child>*:first-child+body input,
html:first-child>*:first-child+body select { /* >= OP7 */
    padding             : 0 2px;
    line-height         : 18px;
    }

body { /* == SA3 */
    font-family         : sans-serif;
    }
    
html:first-child>*:first-child+body { /* >= OP7 */
    font-family         : verdana, arial, sans-serif;
    }
  
#search {
    margin-top          : 10px;
    }