
html{color:#343440;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}
/*
set up by TanXiao
*/
body{font:14px/1.5 "微软雅黑",SimSun,\5b8b\4f53,arial,tahoma,Hiragino Sans GB;}
a:hover{text-decoration:none}ins,a{text-decoration:none}
a:focus{outline:none}
a {color:#343440;noFocusLine:expression(this.onFocus=this.blur())} /* For IE, onFocus 的 F 要大寫*/
button::-moz-focus-inner{border:none;}  /*FF下 去掉虚线框*/
img{vertical-align:top;}
.fix:after{visibility:hidden;display:block;content:"020";clear:both;height:0;}
.fix{zoom:1;}
.zoom{
	display:inline-block;
	*display:inline;
	zoom:1;
}
input[type="text"],input[type="password"]{
	background:#fff;
	border:1px solid #d4d4d4;
	height:24px;
	line-height:24px;
	outline:0;
}
input[type="text"]:focus,input[type="password"]:focus{
	border:1px solid #888fa0;
}
textarea{
	background:#fff;
	border:1px solid #d4d4d4;	
}
 html { 
    scrollbar-face-color: #d3d3d3; 
    scrollbar-shadow-color:#d3d3d3; 
    scrollbar-highlight-color: #d3d3d3; 
    scrollbar-3dlight-color: #d3d3d3; 
    scrollbar-darkshadow-color:#e4e4e4; 
    scrollbar-track-color: #e5e5e5; 
    scrollbar-arrow-color: #939393; 
} 