#join_content {
	margin: 190px auto 0 auto;
	width: 830px;
	background-color: #FFF;
	filter:alpha(opacity=80);
	opacity:0.8;
	zoom:1;
	border: 7px solid #1C75C7;
	padding: 10px;
	color:#000;
}
#join_content .underline{
	border-bottom: #ccc 1px solid;
}
#join_content .underline2{
	border-bottom: #999 1px dashed;
}
#join_content textarea {
	width: 95%;
	padding: 10px;
}
#join_content .point {
	font-weight: bold;
	color:#900;
	line-height: 42px;
	text-align: center;
}
#join_content span {
	text-align: center;
	display: block;
	width: 90%;
	margin: 0 auto;
}


/* ----------------------表格內容CSS---------------------- */

#join_content .choice {
	width: 100%;
	clear: both;
	overflow: hidden;
}
#join_content .choice table {
 font-size:0.9em;
 font-family: Arial, Helvetica, verdana sans-serif;
 background-color:#fff;
 border-collapse: collapse;
 width: 100%;
}

#join_content .choice thead th {
  background: url(../images/th_bg2.jpg) repeat-x;
  line-height: 32px;
 border-right: #fff solid 1px;
 color:#fff;
 text-align:center;
 padding:2px;
 font-weight: bold;
}

#join_content .choice tbody tr {
	 background:#f0f0f0;
	line-height: 20px;
	font-size: 12px;
	border-bottom: 1px solid #f0f0f0;
	letter-spacing: 1px;
}
#join_content .choice tbody td {
 border: #ccc solid 1px;
 color:#666;
 padding:5px 10px;
}
#join_content .choice .odd {
 background: #DEF;
}
#join_content .choice h1 {
	color:#036;
}
#join_content .choice .script {
	width: 852px;
	background:url(../images/script.gif) no-repeat;
	line-height: 60px;
	padding: 0 0 0 8px;
	margin: 10px 0;
	color: #333;
}
#join_content .choice .copy {
	font-size:12px;
	color:#999;
	letter-spacing: 1px;
	line-height: 30px;
}
#introcont {
	margin: 7px 10px;
}

