*{ margin: 0px; padding: 0px;}
html{margin:0; height:100%;}
body{ margin:0; height:100%; }
body{ color: #333;}
a{ color: #333333; text-decoration: none; cursor: pointer;font-family:"Microsoft Yahei"; }
a:hover{ color: #666666;}
a:focus{ outline: none;}
img{ border: 0px;}
table{ border-collapse: collapse; border-spacing: 0; empty-cells: show;}
ol, ul, menu{ list-style: none;}
body, button, code{ font-size: 12px;font-family:"Microsoft Yahei"; border: 0px;}

*[hidden]{ display: none;}
button, input, textarea{ font-size: 100%; margin: 0; vertical-align: -1px; outline: none;  resize:none;}
button, input{ outline: none;line-height: normal; *overflow: visible;}
/*input[type="search"] {   -webkit-appearance: textfield;  -webkit-box-sizing: content-box;  -moz-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration {  -webkit-appearance: none; } */

.clear{height: 10px; width: 100%;}
body{ min-width:1200px;}


#appAjaxLoading {
	opacity: 0.3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity = 30);
	color: #fff;
	position: fixed;
	z-index: 8888;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: none;
	cursor: default;
}

#appAjaxLoadingText {
	background-color: #c00;
	color: #fff;
	text-align: center;
	line-height: 30px;
	width: 200px;
	margin: 0 auto;
	border-radius: 0 0 10px 10px;
	cursor: default;
}
