#debug
{
	color: #ff0000;
	left: 0;
	position: fixed;
	top: 0;
}

html, body
{
	-webkit-text-size-adjust: none;
	font-family: Arial, Helvetica, "微軟正黑體", "Microsoft JhengHei", "Heiti TC", "LiHei Pro", "新細明體", PMingLiU, sans-serif;

	color:#333333;
	font-size: 14px;
	line-height: 14px;
	min-width: 550px;
}

.clear
{
	clear: both;
}
.clear2
{
	margin-bottom: 20px;
}

.dataSrc
{
	display: none;
}

.block
{
	display: block;
}

.hide
{
	display: none;
}

/************************* LOADING ****************************/
.wrapper
{
	position: relative;
	min-width: 480px;
	width: 100%;
	overflow: hidden;
}

.headerWrapper
{
	position: relative;
	width: 100%;
	height: 100px;
	border-bottom: 1px solid #e8e8e8;
}

.header
{
	position: relative;
	min-width: 480px;
	height: 100%;
	margin: 0px auto;
}

.headerLogo
{
	position: absolute;
	width: 250px;
	height: 100px;
	left:0;
	top: 0;
}

.footerLogo
{
	position: absolute;
	width: 190px;
	height: 60px;
	right:0;
	top: 0;
}

.footerContent
{
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	/*
	color: white;
	background-color: black;*/
}

.langShif
{
	position: absolute;
	
	height: 30px;
	top: 50px;
	right: 0px;
	text-align: right;
	font-size: 0px;
}

.lang
{
	position: relative;
	display: inline-block;
	*display: block;
	zoom:1;
	width: 40px;
	height: 15px;
	
	margin-right: 5px;
	font-size: 10px;
	text-align: center;
	padding-top: 5px;
	color: #818181;
}

.lang:hover,
.lang.selected
{
	background-color: #F9A61A;
	color: #FFFFFF;
	/*
	background-color: #ffdc00;
	color: #000000;
	*/
}

.contentWrapper
{
	position: relative;
	width: 100%;
	min-height: 455px;
	border-top: 15px solid #fbfbfb;
	padding-top: 30px;
	overflow: hidden;
	background: #e8e8e8;
	background-position: left bottom;
	background-repeat: repeat-x;
}

.eFormHeader
{
	padding-left: 10px;
}

.content
{
	position: relative;
	width: 100%;
	height: 100%;
	padding: 10px 0px 40px;
}

.footerWrapper
{
	position: relative;
	width: 100%;
	height: 100px;
	
	font-size: 12px;
	line-height: 18px;
	color:#666666;
	/*
	color:white;
	background-color:black;
	*/
}

.footerWrapper a
{
	color:#666666;
	/*color:white;*/
	text-decoration: none;
}

.footer
{
	position: relative;
	min-width: 480px;
	height: 100%;
	margin: 0px auto;
}

h1
{
	color: #F9A61A;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}

h2
{
	color: #F9A61A;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}


p
{
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	margin-bottom: 20px;
}

.caption
{
	color: #ff0000;
	font-size: 12px;
}


/********************* form **********************/
.eFormContent
{
	position: relative;
	max-width: 630px;
	background-color: #f5f9f8;
	border: 1px solid #d1d1d1;
	padding: 40px;

	margin: 0px auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.buttonWrapper
{
	position: relative;
	width: 100%;
	text-align: center;

	font-size: 0px;

}

.buttonWrapper .button
{
	position: relative;
	display: inline-block;
	width: 135px;
	height: 20px;
	
	background: #F9A61A;
	/*
	background: #ffdc00;*/
	font-size: 12px;
	color:#000000;
	text-align: left;
	padding-top: 8px;
	padding-left: 5px;

	margin: 0px 10px;
}

.buttonWrapper .button:hover
{
	background-position: 0px -28px;
}

.buttonWrapper1
{
	position: relative;
	width: 100%;
	text-align: center;
	font-size: 0px;

}

.buttonWrapper1 .button
{
	position: relative;
	display: inline-block;
	width: 300px;
	height: 20px;
	
	background: #F9A61A;
	/*background: #ffdc00;	*/
	font-size: 15px;
	color:#000000;
	text-align: center;
	padding-top: 8px;
	padding-left: 0px;

	margin: 0px 10px;
}

.buttonWrapper1 .button:hover
{
	background-position: 0px -28px;
}

.error 
{ 
	padding-left: 12px; 
	display: inline-block; 
	color:red; 
}
/********************* form table **********************/
table
{
	margin-bottom: 20px;
}

table td
{
	position: relative;
	padding-bottom: 8px;
	height: 20px;
}

table input[type="text"]
{
	width: 300px;
	height: 28px;
	border: 1px solid #CCC;
	padding-left: 8px;
}

table span.desp
{
	font-size: 11px;
}

table span.caption
{
	color: #FF0000;
}

.questionmark
{
	position: absolute;
	width: 13px;
	height: 13px;
	display: block;
	top:8px;
	left:5px;
	overflow: hidden;
}

.questionmark img
{
	position: absolute;
	top:0px;
}

.questionmark:hover img
{
	position: absolute;
	top:-13px;
}

/*************************************/
.mainFormContent
{
	position: relative;
	padding-top: 30px;
}

.mainFormContent a
{
	color:#4d90cd;
	text-decoration: underline;
}

.mainFormContent a:hover
{
	text-decoration: none;
}


table.dymanicForm tr
{
	color: #666666;
}

table.dymanicForm td
{
	padding:8px 0px;
	height: auto;
	text-align: center;
	vertical-align: middle;
	border-right: 1px dotted #4c4c4c;
}

table.dymanicForm td.last
{
	border-right: 0px;
}

table.dymanicForm tr:nth-child(even) 
{
	background: #FFFFFF;
}

table.dymanicForm tr:nth-child(odd) 
{
	background: #f5f9f8;
}

table.dymanicForm th
{
	padding:3px 7px 3px 7px;
	height: auto;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-right: 1px dotted #4c4c4c;
	font-size:1.2em;
	text-align: center;
	vertical-align: middle;
	color: #666666;
}

table.dymanicForm td.selectionRadio
{
	text-align: left;
	padding-left: 10px;
}

table.dymanicForm td.blank 
{
	background-color: #dedede;
}

table.dymanicForm input[type="text"]
{
	width: 350px;
	border: 0px;
	background-color: transparent;
	text-align: center;
	color: #666666;
}

input[type="radio"],
label
{
	cursor: pointer;
}


.thankyoumessage
{
	text-align: center;
	padding-top: 150px;
	font-size: 14px;
	line-height: 22px;
}