h1.title{
	font-size: 18px;
	color: #1C7589;
	font-weight: bolder;
	background: url(../../images/item/table.png) no-repeat 0px 0px;
	padding-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.example-table {
	margin-bottom: 20px;
}
.example-table th,.example-table td{
	margin: 2px;
	padding: 3px;
}
.example-table th{
	color: White;
	background: #6699FF;
}

.example-table td{
	background: #EFEFEF;
}

.help-tip{
	padding-left: 24px;
	margin-bottom: 20px;
	background: url(../../images/item/help.png) no-repeat 0px 2px;
}

.help-tip .title{
	font-weight: bolder;
	display: block;
}

.help-tip .helplist{
	list-style: decimal;
	padding-left: 25px;
}

hr{
	height: 0px;
	margin-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
}

.help-tip .numlist{
	list-style: decimal;
	padding-left: 25px;
	padding-right: 25px;
}

.help-tip .numlist  li{
	border-bottom: 1px solid #666666;
	margin-bottom: 5px;
	width: 250px;
	
}