/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
/****************************
		td被移掉了
****************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tfoot, thead, th, tr, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;/* vertical-align: baseline; */
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

/*背景沒連結時用*/
.myMOUSE {
	cursor: default;
}
.error {
	font-size: 12px;
	color: #fc7314;
}
/****************************
		給html編輯器使用
****************************/

.html ul{
	padding-left:30px;
	list-style-type: disc !important;
	list-style:disc !important;
}
.html ol {
	padding-left:30px;
	list-style-type: decimal !important;
	list-style:decimal !important;
}
.html th, .html tr{
	border:1px !important;
}