searchBox = document.getElementById("form");
if(navigator.appName == "Microsoft Internet Explorer") {
    searchBox.style.marginTop = "26px";
}

