body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#888;
	}

.banner { width:950px; height:177px; margin:0 auto; border-bottom:#999 4px solid;}

.bg { background-color:#FFF;}

.inputa { border:#CCC 1px solid; margin:2px 5px;}
.submit_a { border:#999 1px solid; background:#606060; color:#FFF; font-size:13px; width:60px; height:24px; }

.inputb { border:#FFF 0px; height:20px; background:url(images/tidf_login_use.jpg) center;}

/*大標題*/
.tb01 { background:#736C62; color:#FFF; font-size:16px; line-height:24px; padding:5px 10px; font-family:Arial, 新細明體, sans-serif;}
/*小標題*/
.tb02 {background:#F4EDDF; color:#333333; font-size:14px;line-height:24px; padding:5px 10px;font-family:Arial, 新細明體, sans-serif;}
/*內容*/
.tb03 {background:#f9f8f4;color:#2d2d2d; font-size:14px;line-height:24px; border-bottom:#736C62 1px dashed; padding:5px 5px;font-family:Arial, 新細明體, sans-serif;border-right:#736C62 1px dashed;}
/*次標題*/
.tb04 {color:#666; font-size:14px;line-height:24px; padding:5px 15px;font-family:Arial, 新細明體, sans-serif;}
.tb04_1 {color:#880000; font-size:14px;line-height:24px; padding:5px 15px;font-family:Arial, 新細明體, sans-serif;}
/*標題*/

.tb05 {background:#ede9d7;color:#2d2d2d; font-size:14px;line-height:24px; border-bottom:#736C62 1px dashed; padding:5px 5px;font-family:Arial, 新細明體, sans-serif;border-left:#736C62 1px dashed;}
/*聲明頁*/
.tb06 { color:#333; font-size:14px; line-height:24px; padding:5px 3px;font-family:Arial, 新細明體, sans-serif;}
/*必填項目*/
.tb07 { color:#D4145A; font-size:14px; line-height:24px; padding:5px 3px;font-family:Arial, 新細明體, sans-serif;}
/*注意紅字*/
.tb08 { color:#D4145A; font-size:13px; line-height:24px; padding:0 2px;font-family:Arial, 新細明體, sans-serif;}

.tb051 {background:#f9f8f4;color:#2d2d2d; font-size:14px;line-height:24px; border:#736C62 1px dashed; padding:5px 5px;font-family:Arial, 新細明體, sans-serif;}



.top { background:#6C5B35;font-weight : bold;color:#FFF; font-size:15px; line-height:30px;}
.top a{ text-decoration:none;font-weight : bold;color:#FFF; font-size:15px; line-height:30px;}
.top a:hover{ text-decoration:none;font-weight : bold;color:#FCEE21; font-size:15px; line-height:30px;}


	
	a.Itemlink:link {
	font-size: 11pt;
	text-decoration: none;
	font-family:新細明體, sans-serif;
	color: #efefef;
	padding-left:40px;
	height:20px;
	font-weight : bold;
	}
A.SL1  {
	font-size : 10pt;
	color : #000066;
	font-family : 新細明體;
	text-align : center;
}
A.SL2  {
	font-size : 10pt;
	color : red;
	font-family : 新細明體;
	text-align : center;
}
#popupMask {
	position: absolute;
	z-index: 200;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: .4;
	filter: alpha(opacity=40);
	/* this hack is so it works in IE
	 * I find setting the color in the css gives me more flexibility 
	 * than the PNG solution.
	 */
	background-color:transparent !important;
	background-color: #333333;
	/* this hack is for opera support
	 * you can uncomment the background-image if you don't care about opera.
	 * this gives you the flexibility to use any bg color that you want, instead of the png
	 */
	background-image/**/: url("maskBG.png") !important; // For browsers Moz, Opera, etc.
	background-image:none;
	background-repeat: repeat;
	display:none;
}