$(function() {
	if (jQuery.browser.msie){
		$(".Search").css("width", 133);
	}
});