@CHARSET "UTF-8";


/*****************content section********************/
#banner{
	width:100%;
	margin-top:13px;
}
.instruction{
	width:800px;
	padding-left:275px;
}
.instruction h2{
	padding:30px 0 15px 15px;
}
.instruction span{
	display:block;
	font-size:16px;
	padding:15px 8px 4px 15px;
	font-weight:600;
}
.instruction p{
	display:inline-block;
	width:800px;

	padding:8px;

	word-wrap:break-word;
}
/************************dl  style***************************/
.base_info{
	padding-top:15px;
}
.base_info dl{
	padding:16px;
	/* border-bottom:1px solid rgba(0,0,0,0.15); */
	border-top:1px dotted grey;
	display:block;
	overflow:hidden;/********************************/
}

.base_info dt{
	float:left;			/********************************/
	display:block;

	width:18%;

	font-weight:bold;
}
.base_info dd{
	float:right;

	width:80%;

	display:block;

}
.content{
	padding-bottom:30px;
}
.content .tabset8 p{
	color:black;
	line-height:250%;
	margin:0px;
}
/**********table style*********/
.content .tabset8 .table{
	width:100%;

	text-align:left;
	font-size:16px;
	border-collapse:collapse;
	text-align:left;


}
.content .tabset8  th{
	font-weight:bold;
	padding:0px 16px ;
	text-align:left;
	width:200px;
}
.content .tabset8  td{
	height:50px;
	padding-left:14px;
}




