body{
	padding: 0;
	margin: 0;
	font-family: "Noto Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 390;
	font-style: normal;
	font-variation-settings:
    "wdth" 100;	
	background-color: #f2f2f2;
}

#contentWrapper{
	position: absolute;
	float: none;
	top: 60;
	left: 50%;
	margin-left: -300;
	width: 600;
	background-color: white;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	padding: 20;
    background-color: white;

}


div{
    position: relative;
    float: left;
}


#header{
	width: 100%;
	background-color: #003326;
	color: white;
	font-size: 26px;
	text-align: center;
	padding-top: 20;
	padding-bottom: 20;
}

#pageSell{

}


#bannerArea{
	width: 100%;
	padding-top: 20;
}

	#baTitle{
		width: 100%;
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 8;
	}

#info1Area{
	margin-top: 20;
	width: 100%;
}

#formArea{
	margin-top: 20;
	width: 100%;
}

	.formCell{
		width: 280;
		margin-right: 10;
		margin-top: 10;
	}

	.formLabel{
		width: 280;
	}

	.formInputWrap{
		width: 280;
	}

	.formInputWrap input{
		height: 40;
		width: 100%;
		padding: 8;
		border-radius: 3px;
		border: 1px solid #bfbfbf;
		outline: none;
	}

	.formInputWrap select{
		height: 40;
		width: 100%;
		border-radius: 3px;
		border: 1px solid #bfbfbf;
		outline: none;
	}

	.formInputWrap option{
	}

#faButtonRow{
	margin-top: 20;
	width: 100%
}

#faButton{
	width: 200;
	height: 40;
	background-color: #e6e6e6;
	font-weight: bold;
	border: none;
	border: 1px solid #bfbfbf;
	cursor: pointer;
	border-radius: 3px;
}

	#faResponse{
		margin-top: 15;
		width: 100%;
	}


#pageTerms{
	display: none;
}

	#ptTitle{
		margin-top: 20;
		width: 100%;
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 8;
	}

	#ptTermsScrollBox{
		margin-top: 10;
		height: 200;
		overflow-y: scroll;
		overflow-x: hidden;
		resize: vertical;
		width: 96%;
		padding-left: 2%;
		padding-right: 2%;
		padding-bottom: 20;
		border-top: 1px solid #e6e6e6;
		border-left: 1px solid #e6e6e6;
		border-bottom: 1px solid #e6e6e6;
		font-size: 12px;
	}

	.termsHeader{
		margin-top: 20;
		width: 100%;
		font-size: 18px;
		color: gray;
	}

	.tc{
		margin-top: 4;
		width: 100%;
	}

	#tcPricingTable{
		width: 100%;
		margin-top: 10;
		font-size: 12px;
	}

	#pricingDisclaimer{
		margin-top: 10;
		font-size: 12px;
		width: 100%;
	}

	#ptSummary{
		border-top: 0px solid #e6e6e6;
		padding-top: 10;
		margin-top: 16;
		width: 100%;
		font-size: 14px;

	}

	#ptRequestInfoRow{
		margin-top: 20;
		width: 100%;
		font-size: 14px;
	}

	#ptAgreeButtonRow{
		margin-top: 20;
		width: 100%;
	}

	#ptAgree{
		width: 200;
		height: 40;
		background-color: #e6e6e6;
		font-weight: bold;
		border: none;
		border: 1px solid #bfbfbf;
		cursor: pointer;
		border-radius: 3px;
	}

	#ptGoBack{
		float: right;
		color: #e6e6e6;
		cursor: pointer;
		font-size: 16px;
		font-weight: normal;
		padding-right: 4;
	}

	#ptGoBack:hover{
		color: gray;
	}

	#ptResponse{
		width: 100%;
		margin-top: 20;
	}

@media screen and (orientation:portrait) {


body{
	font-size: 18px;
}

#header{
	height: 90;
	padding-top: 30;
	font-size: 50px;
}

#contentWrapper{
	margin: 0;
	left: 0;
	top: 0;
}

#baTitle{
	font-size: 30px;
}

.formCell{
	width: 100%;
}

.formLabel{
	font-size: 30px;
	width: 100%;
}

.formInputWrap{
	width: 100%;
}

.formInputWrap input{
	height: 80;
	font-size: 28px;
	padding: 20;
}

.formInputWrap select{
	height: 80;
	font-size: 28px;
	padding: 10;
}

#faButton{
	margin-top: 50;
	width: 100%;
	height: 80;
	font-size: 28px;

}

#faResponse{
	font-size: 28px;
	text-align: center;
}

#ptGoBack{
	font-size: 30px;
	padding-right: 10;
	padding-top: 2;
}

#ptTermsScrollBox{
	height: 800;
}

#tcPricingTable{
	font-size: 18px;
}

#pricingDisclaimer{
	margin-top: 30;
	font-size: 18px;
}

#ptSummary{
	margin-top: 50;
}

#ptAgree{
	margin-top: 50;
	width: 100%;
	height: 80;
	font-size: 28px;
}

#ptResponse{
	margin-top: 40;
	text-align: center;
}


}
