@charset "utf-8";

/* 這支是要重置所有元素的預設屬性。除非你知道你在做什麼，否則不要更動這支 CSS!!!
--------------------------------------------------------------------------------------- */

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
form, label,
tsble,caption, tbody, tfoot, thead,  th,tr,td  {
	border: 0;
	outline: 0;
	font-style: inherit;
	font-family: inherit;
	padding: 0px;
}

:focus {
	outline: 0;
}
body {
	/*line-height: 1;*/
	color: #333333;
	margin: 0px;
	padding: 0px;
}
ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	/*text-align: left;*/
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";	
}
blockquote, q {
	quotes: "" "";
	/*background-color: #E3F2CE;*/
	background-color: #EEF8E0;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
	padding-left: 5px;
	padding-top: 5px;
	margin-bottom: 0px;
	font-size: 12px;
	/*color: #666666;*/
	color: #6FB11D;
	padding-bottom: 5px;
	/*border: 1px dashed #E3F2CE;*/
	border: 1px dashed #8DC21F;
	width: 90%;
}
img{ behavior:url(png.htc) ;} 