<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#orderForm fieldset {
	border: 1px solid #ccc;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#orderForm legend {
	padding-top: 2px;
	color: #333333;
	font-weight: bold;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #DC0101;
}

.control {
	display: block;
	padding-top: 0.8em;
	line-height: 2em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 100px;
	width: 400px;
}
input, select, textarea {
  border-style: solid;
  border-width: 1px;
  border-color: #aaaa94 #dfdfd6 #dfdfd6 #aaaa94;
  vertical-align: middle;
  color: #696969;
  background: #f1f1ed;
}

#orderForm dl {
	padding: 10px 20px 20px 20px;
}
#orderForm dt {
	margin-top: 10px;
}
#orderForm dd {
	padding: 5px 0 10px 0;
	border-bottom: 1px solid #CCCCCC;
}
#orderForm em {
	color: #DC0101;
	font-style: normal;
	font-size: 10pt;
}

#orderForm .submit {
	margin-top: 30px;
	text-align: center;
}
#orderForm select {
	background: #F7F7F7;
}
#orderForm .assist {
	color: #666666;
	font-size: 90%;
}
#orderForm .text1 {
	width: 400px;
}
#orderForm .text2 {
	width: 400px;
}
#orderForm .text3 {
	width: 400px;
}
#orderForm .text1,#orderForm .text2,#orderForm .text3 {
	border: 3px double #CCCCCC;
	padding: 2px;
	background-color: #FFFFFF;
	background-image: url(../images/input_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
/* 送信鈕
---------------------------------------------------- */
#submit input {
	margin-left: auto;
	border-width: 2px;
	border-color: #ffb87c #d26000 #d26000 #ffb87c;
	width: 6em;
	vertical-align: middle;
	color: #ffffff;
	background-color: #6666CC;
	margin-right: auto;
	text-align: center;
}
#submit {
	color: #444444;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
#submit p.postext {
	margin: 0;
}
#submit button {
	width: 140px;
	height: 50px;
	color: #ffffff;
	border-width: 0px;
	padding-top: 4px;
	background-image: url(../images/button.gif);
	background-repeat: no-repeat;
}
#submit p.posted {
	font-size: 18px;
	font-weight: normal;
	font-family: "標楷體", "新細明體", Century, sans-serif;
	line-height: 16px;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#submit span {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	line-height: 10px;
}

.remarks {
	font-family: "AR MingtiM BIG-5", "新細明體", serif;
	font-size: 10pt;
	color: #FF6600;
	text-align: left;
	width: 100%;
	margin-top: 1px;
	margin-right: 5px;
	margin-bottom: 1px;
	margin-left: 10px;
	line-height: 12pt;
}
</pre></body></html>