
/***********************************************/
/* reset.css                                   */
/* reset all HTML Element's default style      */
/***********************************************/

/* ------------------------------------------*/ 
/* ---------->>> Reset HTML Tag <<<----------*/ 
/* ------------------------------------------*/ 
body,a,input,select,textarea,button,h1,h2,h3,h4,h5,h6,h7,em {
	
	}
	
 /** { 
	word-break: break-all;  word-break: break-word;
	}first use for Chinese,second use for English*/
	
html,body {
	height:100%;	
	}/*reset browser height 100%*/
	
body,form,menu,dir,fieldset,blockquote,p,pre,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,label,input {
	padding:0;
	margin:0;
	}
ul,li,ol{ list-style:none}	
div,p {
	display:block;
	}
	
img {
	border: none;
	}

tbody,caption,td,tr{ 
	border-collapse:collapse;
}

th{
	text-align:left;
	}



