body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
	font-style:normal;
	font-family: "微軟正黑體","Microsoft JhengHei";
}
html, body {
	height: 100%;
    -webkit-font-smoothing: antialiased;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    //line-height:1.6em;
	font-style:normal;
	font-family: "微軟正黑體","Microsoft JhengHei";
}
span {
   // line-height:1.8em;
	font-style:normal;
	font-weight:initial;
	font-family: "微軟正黑體","Microsoft JhengHei";
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;

}
q:before,q:after {
	content: '';
}
abbr,acronym {
	border:0;
}
pre{
	font-size: 1em ;
}
a {
	outline: 0;*blr:expression(this.onFocus=this.blur());
	text-decoration:none;
	outline: none;
}
a img 
{
outline: none;
}
img 
{
border: 0;
}
input[type=button],
input[type=submit],
input[type=text],
select,
textarea {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
   // -webkit-border-radius: 0 !important;
    //border-radius: 0 !important;
    outline: 0 !important;
}

input[type="radio"] {
    appearance: none !important;
    outline: 0 !important;
    margin-top: -1px !important;
    vertical-align: middle !important;
}

input[type="checkbox"] {
    appearance: none !important;
    outline: 0 !important;
    margin-top: -1px !important;
    vertical-align: middle !important;
}


