#div_outline {
	background-color: #DDFFFF;
	margin-top: 20px;
	margin-bottom: 0px;
	width: 760px;
	display: block;
	padding: 10px;
	border-style: outset;
	border-width: 5px;
	border-radius: 60px 20px 5px 5px;
}

#div_footer {
	background-color: #DDFFFF;
	font-family: 'Times New Roman',Serif;
	margin-top: 0px;
	width: 760px;
	font-size: 12px;
	color: #600060;
	text-align:center;
	display: block;
	padding: 10px;
	border-style: outset;
	border-width: 5px;
	border-radius: 5px 5px 60px 20px;
}

.font_red { color: #FF0000; }
.font_bold { font-weight: bold; }

.font_base {
	font-family: '微軟雅黑體','Microsoft YaHei','微軟正黑體','Microsoft JhengHei','新細明體','PMingLiU','標楷體','BiauKai','Times New Roman',Serif;
	font-size: 20px;
	font-weight: normal;
	color: #000000;
}

.text_center {
	text-align: center;
}

.text_left {
	text-align: left;
}


.table {
	width: 550px;
	padding-left: 80px;
}

.border { border: 1px solid #33CC00; }

.center {
	margin: 0px auto;
	text-align: center;
}

.base {
	width: 760px;
	color: #600060;
	text-align: center;
	display: block;
	padding: 10px;
}

#div_context {
	margin: 5px auto;
	width: 600px;
	text-align: left;
	padding: 5px;
	border: 0px solid #33CC00;
}

input[readonly] {
	background-color: #EBEBE4;
	color: #8F8F8F;
}
