@charset "utf-8";
/* CSS Document */


.forwardForm table{
	border-collapse:collapse;
	width: 98%;
	clear: both;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom:10px;
	margin-left: 10px;
	color: #313131;
	border-top: 1px solid #C9C9C9;
	border-bottom: 1px solid #C9C9C9;
	border-right: 1px solid #C9C9C9;
	background: #FFF;
}
.forwardForm table caption{
	display: none;/*過無障礙必須設隱藏*/
}
.forwardForm table th{
	background-color: #EBEBEB;
	color: #021F0C;
	text-align: right;
	padding: 5px;
	font-weight: normal;
	border-top: 1px solid #C9C9C9;
	border-bottom: 1px solid #C9C9C9;
	border-left: 2px solid #F60;
	vertical-align: top;
}

.forwardForm table td{
	color: #313131;
	padding: 5px;
	border-top: 1px solid #C9C9C9;
	border-bottom: 1px solid #C9C9C9;
}

.forwardForm table td a{
	color: #006699;
	text-decoration: none;
}
.forwardForm table td a:hover{
	color: #CC0000;
	text-decoration: none;
}
.forwardForm table td .text {
	color: #666;
	border: 1px solid #CCC;
	padding: 2px;
	margin-bottom: 2px;
	font-family: Arial;
}
.forwardForm table td .text2 {
	color: #666;
	border: 1px solid #CCC;
	padding: 2px;
	margin-bottom: 2px;
	width: 90%;
	font-family: Arial;
}
.forwardForm .aRight {
	text-align: right;
}
.must {
	font-weight: bold;
	color: #C00;
}