#bannerTitle
{
	height: 130px;
}

#bannerTitleCut
{
	height: 130px;
	border-top-width: 130px;
	border-right: 130px solid rgba(0,0,0,0);
}

.bannerSubText.rightpad
{
	padding-right: 125px;	
}

.bannerButtonContainer
{
	margin-top: 30px;
	cursor: pointer;
}

.bannerButton
{
	float: left;
	background: white;
	border-radius: 5px;
	//width: 200px;
	padding-left: 5px;
}

.bannerButton.left
{
	margin-right: 25px;	
}

.bannerButton .img
{
	float: left;	
}

.bannerButton .txt
{
	float: left;
	//font-size: 11px;
	line-height: 30px;
	color: #0078aa;
	margin-left: 10px;
}

.mainTable
{
	font-size: 11px;	
}

.stepContainer
{
	float: left;	
	width: 300px;
}

.stepContainer .img
{
	float: left;
	margin-right: 10px;
}

.stepContainer .title
{
	float: left;
	font-size: 20px;
}

.stepContainer .title .sub
{
	font-size: 13px;
}

.stepContainer .title .main
{
	font-size: 25px;
}


.stepContainer .txt
{
	margin-top: 20px;
	width: 80%;
	text-align: left;
}

.contentOuter
{
	
}

.contentInner
{
	margin-top: 100px;
	margin-bottom: 100px;
	display:inline-block;
	text-align:left;
}

.pointFont
{
	font-size: 14px;
	padding-bottom: 10px;	
}




