table.blueBox
{
	width: 890px;
	height: 323px;
	margin-bottom: 20px;
	margin-left: 20px;
}
table.blueBox td.left
{
	background: url('/online/images/howitworks/leftborder.png')
		no-repeat scroll 0 0;
	width: 5px;
}
table.blueBox td.right
{
	background: url('/online/images/howitworks/rightborder.png')
		no-repeat scroll 0 0;
	width: 5px;
}
table.blueBox td.middle
{
	background: url('/online/images/howitworks/boxbg.png') repeat-x;
}
table.boxContent
{
	width: 880px;
	height: 323px;
}
table.boxContent td.boxTitle
{
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
}
table.boxContent td.boxImg
{
	width: 140px;
	text-align: center;
	vertical-align: top;
}
table.boxContent td.boxStep
{
	width: 370px;
	font-size: 11px;
	color: #ffffff;
	vertical-align: top;
	line-height: 20px;
	padding-right: 20px;
}
table.boxContent td.boxText
{
	width: 740px;
	font-size: 11px;
	color: #ffffff;
	vertical-align: top;
	line-height: 20px;
	padding-right: 20px;
}
.boxSubTitle1
{
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
}
.boxSubTitle2
{
	font-size: 12px;
	color: #76CDFF;
	font-weight: bold;
}
ul 
{
	font-size: 11px;
	color: #ffffff;
	text-indent: 5px;
	list-style:none;
	/*
	list-style-position: outside;
	list-style-image: url('/online/images/howitworks/greentick.png');
	margin-left: 30px;
	*/
}
li
{
	padding-left:20px;
	background:url(/online/images/howitworks/greentick.png) no-repeat 0 1px;	
}
div.note {
	font-size: 12px;
	color: #656565;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 20px;
}