#search_form {
margin-top: 35px;
margin-left: 8px;
}

#button {
overflow: visible;
background: url(/bitrix/components/propodhod/search.form/templates/search_sm/images/button_search_main.png) no-repeat;
width: 50px;
height: 20px;
cursor: pointer;
margin-left: 0px;
position: relative;
top: 2px;
}

#text_marg {
background: url(/bitrix/components/propodhod/search.form/templates/search_sm/images/text.png) top no-repeat;
width: 124px;
height: 21px;
padding-left: 7px;
padding-right: 5px;
padding-top: 3px;
font-size: 10px;
font-family: Tahoma;
}

@media all and (-webkit-min-device-pixel-ratio:10000),
not all and (-webkit-min-device-pixel-ratio:0) {
#text_marg {
margin-top: 2px;
padding-top: 0px;
}

#button {
/*position: static;*/
top: -1px;
}  }

* html #button {
position: static;
margin-top: -4px;
}
/*
* html #text_marg {
padding-top: 3px;
padding-left: 5px;
} */

/*
@-moz-document url-prefix() {

#left_head form {
margin-bottom: 0px;
}

#text_marg {
position: relative;
top: -2px;
padding-top: 3px;
}
} */