@charset "utf-8";

/*讓表格寬度撐開*/
table.FormList{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-size: 12px;
	clip: rect(auto,auto,auto,auto);
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

/*基本的間距設定*/
table.FormList th,
table.FormList td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	color: #333333;
	height: 30px;
	padding: 10px;
}
table.FormList th{
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	background-color: #F2F2F2;
	background-repeat: repeat-x;
	color: #000000;
	font-size: 16px;
	line-height: 45px;
	padding-right: 30px;
}

/* 必填項樣式 */
table.FormList tr.NotNull th label{
padding-left:20px;
font-size: 12px;
color: #666666;
}

/* 欄位寬度設定 */
table.FormList .Full{
clip: rect(auto,auto,auto,auto);
border: 1px solid #CCCCCC;
}
table.FormList .Verify{
width:40px;
}

/*標示說明文的樣式*/
table.FormList small.Explain {
	display: block;
	font-size: 11px;
	color: #9B7E64;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}

/*錯誤訊息的樣式*/
table.FormList div.Error ,
table.FormList span.Error {
color: #f00;
display: none;
font-size: 1.2em;
font-weight: bold;
}
/*警示訊息的樣式*/
table.FormList div.Warning ,
table.FormList span.Warning {
color: #00f;
display: none;
font-size: 1.2em;
font-weight: bold;
}

/*套用在整列的錯誤樣式*/
table.FormList tr.Error label{
color: #F00;
}
table.FormList tr.Error textarea,
table.FormList tr.Error select,
table.FormList tr.Error input{
border: 1px solid #F00;
}
.headline {
font-size: 12px;
color: #666666;
background-color: #EBEBEB;
text-align: center;
}
#tcontainer {
	padding: 20px;
}
#gjfg {
	height: 500px;
}.normalinput {
	border: 1px solid #999;
}
.FormList tr .no {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F2F2F2;
}
.FormList tr .no2 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F2F2F2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F2F2F2;
}
.FormList tr .no3 {

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F2F2F2;
}
.FormList tr .no li {

}
