#sp_banner_holder
{
	padding: 1em;
	border: 1px solid #999;
	background-color: #F2F2F2;
	width: 90%;
	margin: 0 auto;
	margin-bottom: 1em;
	text-align: center;
}
#sp_banner_content
{
	padding-top: 0.5em;
}
#sp_banner_content table
{
	margin: 0 auto;
}
#sp_banner_content td
{
	padding: 1.0em;
	border: 1px solid #AAA;
}

.sp_help ol {
  counter-reset: li; 
  list-style: none; 
}
.sp_help ol > li:before {
  font-weight: bold;
  counter-increment: li;   
  content: counters(li,".") ". "; 
}

.sp_index ol {
  counter-reset: li; 
  list-style: none; 
}

.sp_index ol > li:before {
  counter-increment: li;   
  content: counters(li,".") ". "; 
}

.sp_pic {
	text-align: center;
}

.sp_pic img{
	margin-top: 1em;
	margin-bottom: 1em;
	border:1px solid #CCCCCC;
	width: 400px;
}

.sp_help p{
	text-align: justify;
	margin-right: 1em;
}

.sp_help ul{
	text-align: left;
	margin-right: 1em;
}

.sp_help span {	
	font-weight: bold;
}
