/* chinese-style */

*{font-family:'MS UI Gothic',Gulim,sans-serif;}

#english {
	font-size: 12px;
	color: #666;
	line-height: 160%;
}
#english img{
	border: none;
	}
#english p{
	line-height: 160%;
	margin-bottom: 10px;
	margin-left: 5px;
	}

#english ul {
	list-style: disc inside;
	margin-left: 15px;
	margin-top: 10px;
	}

#english li {
	padding-bottom: 3px;
	}
#english .dotline{
	border-top: 1px dotted #CCC;
	margin-bottom: 10px;
	height: auto;
	width: auto;
}
	
#english h3{
	font-size: 14px;
	font-weight: bold;
	color: #094083;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #95C4F2;
	border-left: 5px solid #95C4F2;
	padding-top: 5px;
}
/* table-style */

#join table{
	margin:10px 0px;
	padding:0px;
}

#join th{
	width:153px;
	background-image: url(../images/join_thbg.gif);
	background-repeat: repeat-y;
}
#join td{
	padding:10px;
	background-color: #F7F7F7;
}

/* ===== FAQ ===== */
#faq-box {
	margin: 0 0 20px 0;
	padding: 12px;
	border: 1px solid #FF9900;
	font-size: 12px;
	color: #666;
	line-height: 160%;
}
#faq-box .faq-q{
	background: url(../images/faq_q.gif) no-repeat;
	left:-40px;
	padding-left:40px;
	padding-right: 10px;
	font-weight:bold;
	min-height: 50px;
	border-bottom: 1px dotted #FF9900;
}
#faq-box .faq-q a{
	color: #666;
}

#faq-box .faq-a{
	background: url(../images/faq_a.gif) no-repeat;
	min-height: 50px;
	left:-40px;
	padding-left:40px;
	padding-right: 10px;
}
#faq-box .faq-txt {
	color: #666;
	font-weight:bold;
}
#faq-box .faq-txt a{
	color: #666;
}
.faq-clear { 
	clear: both;
}
.text-small{font-size:90%;}

