.applforms {
	border: 0px none;
}

.applforms caption{
	padding-top:3px;
	padding-bottom:3px;
    background-image: url("../images/tableList_th.jpg");
    background-repeat: repeat-x;
    border: 1px solid #DDDEDE;
    vertical-align: middle;	
}

.applforms caption span{
	font-size:14px;
	font-weight:bold;
}


.applforms td {
	padding: 7px;
	border-bottom: 1px dotted rgb(204, 204, 204);
	font-size:14px;
}
.applforms td.htmlContent {
	font-size:14px;
}
.applforms th {
    border-bottom: 1px dotted #CCCCCC;
    font-size: 14px;
    font-weight: bold;
    padding: 7px;
    text-align: right;
    vertical-align: top;
}


.applforms .input_type,.applforms textarea {
	border: 1px solid rgb(86, 124, 150);
	background-color: rgb(255, 255, 255);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 5px 0pt;
	font-size: 14px;
}
.applforms  td  * td ,.applforms  td  * th {
	border:none;
	padding:0px;
	font-size:14px;
}
input.input_btn
{
	font-size:14px;
	font-family:Arial,sans-serif;
	font-weight:bold;
	color:#727272;
	background-color:#F1EFEB;
	/*border-color:#757575;*/
	/*width:30px;*/
}
input.input_btn2
{
	font-size:14px;
	font-family:Arial,sans-serif;
	font-weight:bold;
	color:#0f5c9d;
	background-color:#F1EFEB;
	border-color:#757575;
	/*width:30px;*/
	
}

/*表單文字設定*/
.formRequired{
	/*必填*/
	color:#F00;
}
.formInputNote{
	/*欄位提示*/	
	color:#F00;
}
/*備註訊息*/
.messageNote{
	font-size:14px;
	color:#666;
}
