var thisisnofuckingie = true;
//------------------------------
var document_ready_ie6 = function() {
	//------------
	if($.browser.safari) {
		$("<br>").insertAfter(".menu");
	}
	//------------
	if(jQuery.browser.msie) {
		thisisnofuckingie = false;
		$(".login:eq(0)").css("margin-right","3px");
		$(".menu table").css("margin-top","-3px");
		$("table.form").css("padding","0");
		$("table.form").addClass("additional_text");
		$("table.form_green").css("padding","0").css("margin-top","0").css("width","215px").css("height","260px");
		$(".content > div").css("margin","6px");
		$("#ghm_kjscsd").css("text-align","left");
		$("#gf_56bgfbfgbgf").css('width','155px');
		$("table.list td.shang_zhong div.title").css('text-align','left');
		if(document.getElementById("submit_bk_v")) {
			$("table.list td.shang_zhong div.title").css('position','relative').css('left','-80px');
			$("table.list td.shang_zhong div.sign").css('text-align','left').css('position','relative').css('left','-80px');
			$("table#list_table_id_search").css('width','700px');
		}
  	}
	//------------
	if(document.getElementById("login_errors")) {
		if($.browser.safari) {
			$("#login_errors").css('top','138px');
		}
		$("#login_errors").css('left','50%').css('margin-left','125px');
		if(jQuery.browser.msie) {
			$("#login_errors").css('margin-left','130px');
			$("table.form_green").css("margin-top","10px");
			if(jQuery.browser.version.substr(0,1) == 6) {
				$("#login_errors").css('margin-left','50px');
				$("table.form_green").css("margin-top","10px");
			}
		}
		$(".page div.content div.menu").css('margin-bottom','10px');
		$("#list_table_id_search").css('margin-top','10px');
		$("#form_item_id_password").css('border-color','red');
		$("#form_item_id_login").css('border-color','red');
	}
	//------------
	$("#btn_pay").css('position','relative').css('top','-58px');
	
	$(".inner_form_table:first").css('width','280px');
	$(".inner_form_table:first tr").each(function() {
		$(this).find("td:last").css('width',"70%");
	});
	//------------
}
//------------------------------

