body {margin-left: 0px;	margin-top: 0px; margin-right: 0px;}
h2 {
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
	letter-spacing: 1px;
	padding: 0.5em 0;
	margin: 0.5em 0 1em 0;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	line-height: 1.5em;
}
h3 {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 3px;
	color: #F68926;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	margin: 1em 0 0.5em 0;
}
h4 {font-size: 16px; font-weight: bold;	line-height: 2em;}
hr {margin: 3% 0; border-top: 1px solid #fff; border-bottom: 1px solid #ddd;}
a {color: #00aaff;}
a:hover {color: #00aaff; text-decoration: underline;}
label.form-title {line-height: 2.5em;}
.clearfix:before, .clearfix:after { content: ""; display: table;}
.clearfix:after {clear: both;}
.clearfix {*zoom: 1; /*For IE 6&7 only*/}

/*table樣式*/
.table-th {text-align: center; font-size: 21px; letter-spacing: 5px;}
.table-cell {border-bottom: 1px solid #ddd; padding: 5px 10px;}
.table-group .table-cell:nth-last-child(1) {border-bottom: 0;}