@charset "utf-8";
label {
	float: left;
	font-size: 0.8em;
	text-align: right;
	color: #666666;
	width: 4em;
}
.submit input {
	color: #000;
	background: #ffa20f;
	border: 2px outset #d7b9c9;
}
input {
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	font-size: 0.8em;
	background: #e8e8e8;
	border-left: silver 1px solid;
	width: 120px;
	color: #666666;
	border-bottom: silver 1px solid;
	font-family: "標楷體", "新細明體", sans-serif;
	float: left;
	margin-bottom: 0.5em;
}

fieldset {
	border: 1px solid #666666;
	width: 15em;
	padding-top: 0em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
}

legend {
	color: #fff;
	border: 1px solid #666666;
	font-family: "標楷體", "新細明體", sans-serif;
	font-size: 1em;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	background-color: #999966;
}

br {
	clear:both;
}

.btnCSS {
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	font-size: 0.8em;
	background: #ff9900;
	border-left: silver 1px solid;
	width: 8em;
	color: #ffffff;
	border-bottom: silver 1px solid;
	font-family: verdana, arial, helvetica, sans-serif;
	cursor: hand;
}

#formArea {
	width:21em;
	margin: auto;
}
h1 {
	font-family: "標楷體", "新細明體", sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FF3300;
}

