.cont_bg {
	background-color: #FFF;
	/* [disabled]padding: 4px; */
	/* [disabled]margin: 10px auto 35px auto; */
	/* [disabled]position: relative; */
	border-radius:15px;
	-moz-box-shadow: 3px 3px 5px #999;
	-webkit-box-shadow: 3px 3px 5px #999;
	box-shadow: 3px 3px 5px #999;
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#999999');
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#999999')";
}
.full_width {
	width: 100%;
}
.width_250 {
	width: 250px;
}
.link_word {
	color: #06C;
}
a:hover.link_word {
	text-decoration: underline;
}

/* table Style --------------------- */

.table_box {
	padding-bottom: 15px;
}

.table_title {
	font-size: 14px;
	display: block;
	padding: 5px 10px 5px 25px;
	width: 195px;
	background-color: #e5e5e5;
	border: solid 1px;
	border-color: #fff #fff #ccc #ccc;
	-moz-box-shadow: 1px -1px 1px #999;
	-webkit-box-shadow: 1px -1px 1px #999;
	box-shadow: 1px -1px 1px #999;
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=65, Color='#999999');
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=65, Color='#999999')";
	margin-bottom: 8px;
	background-image: url(../images/arrow_right_333.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}
.table_cont {
	background-color: #f8f8f8;
	border: 1px solid #cfd2d6;
	padding: 30px;
}
.table_style {
	border-collapse: collapse;
	/* [disabled]padding: 0 40px; */
	width: 100%;
}
.table_style th {
	line-height: 20px;
	text-align: right;
	vertical-align: top;
	padding: 5px 2px 5px 5px;
	width: 15%;
	white-space: nowrap;
	border-bottom: dotted 1px #dfdfdf;
}
.table_style td {
	line-height: 20px;
	vertical-align: top;
	padding: 5px 5px 5px 0;
	color: #666;
	border-bottom: dotted 1px #dfdfdf;
	word-wrap: break-word;
	word-break: break-word;
}
.table_style_4column td{
	width: 35%;
}
.table_border_none th, 
.table_border_none td{
	border-bottom: 0;
}
.table_style em {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}
.table_style input[type=text],
.table_style input[type=password],
.table_style select,
.table_style textarea {
	border: solid 1px #bbb;
	vertical-align: middle;
	margin-right:3px;
	color: #666;
}
.table_style input[type=text],
.table_style input[type=password] {
	padding: 1px;
}
.table_style input[type=radio], 
.table_style input[type=checkbox] {
	vertical-align: middle;
	margin-right:3px;
	/* [disabled]border:0; */
}

.table_style img {
	vertical-align: middle;
}
.table_btn {
	color: #FFF;
	padding: 2px 10px;
	background-color: #79c1ec;
	font-size: 12px;
}
.table_btn:hover {
	background-color: #000;
	color: #fff;
}

/* Button Style --------------------- */

.btn_area {
	/* [disabled]overflow: hidden; */
	/* [disabled]float: right; */
	text-align: center;
	padding-top: 20px;
}
.btn_area a{
	/* [disabled]float: right; */
	display: inline-block;
	margin-left: 8px;
	padding: 5px 100px;
	font-family: "微軟正黑體";
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	/* [disabled]line-height: 29px; */
	/* [disabled]height: 29px; */
	border: 3px solid;
	text-decoration: none;
	cursor: pointer;
	-moz-box-shadow: 1px 1px 3px #ccc;
	-webkit-box-shadow: 1px 1px 3px #ccc;
	box-shadow: 1px 1px 3px #ccc;
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#cccccc');
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#cccccc')";
}
.btn_area a:hover {
	text-decoration: none;
}
.btn_area a.btn_step_blue {
	color: #284f66;
	background-color: #d0e7f5;
	border-color: #f2faff;
}
.btn_area a.btn_step_blue:hover {
	color: #528db0;
	background-color: #FFF;
	border-color: #79c1ec;
}
.btn_area a.btn_step_green {
	color: #284f66;
	background-color: #bbefe3;
	border-color: #f2faff;
}
.btn_area a.btn_step_green:hover {
	color: #FFF;
	background-color: #4ac9ac;
	border-color: #cef8ef;
}
.btn_area a.btn_step_red {
	color: #ff6666;
	background-color: #fee0db;
	border-color: #fff4f2;
}
.btn_area a.btn_step_red:hover {
	color: #ff7ca7;
	background-color: #FFF;
	border-color: #ff7ca7;
}

/* registation style --------------------- */

#content_register {
	width: 790px;
	margin: 10px auto 35px auto;
	overflow: hidden;
	min-height: 340px;
	position: relative;
}
#content_register * {
	font-family: "微軟正黑體";
}
.register_welcome_txt {
	background-color: #f7f7f7;
	border: solid 1px #fff;
	outline: solid 1px #e5e5e5;
	padding: 20px 30px;
	margin: 5px 30px 25px 30px;
	line-height: 1.5em;
}


.register_top_note {
	padding: 20px 0;
	font-size: 12px;
	line-height: 1.5em;
	color: #666;
}
.register_bg {
	background-image: url(../images/title_registration.png);
	background-repeat: no-repeat;
	background-position: 0px -10px;
	padding: 100px 40px 40px 40px;
	overflow: hidden;
}
.register_tks_bg {
	background-image: url(../images/title_register_tks.png);
	background-repeat: no-repeat;
	background-position:0 -10px;
	padding: 90px 90px 40px 90px;
	overflow: hidden;
}
.register_table th, 
.register_table td {
	font-size: 12px;
	padding: 10px 0;
}
.register_agree {
	padding-top: 20px;
	border-top: dotted 1px #ccc;
}
.register_agree textarea {
	padding: 10px 0;
	height: 180px;
	width:100%;
	margin-bottom: 10px;
}
