html, body {
	margin: 0px;
	width: 100%;
	position: relative;
}
.appWrap {
	width: 100%;
	margin-bottom: 5px;	
}
.appWrapCol1 {
	position: relative;
	display: inline-block;
	float: left;
	width: 49%;
	margin-bottom: 5px;	
}
.appWrapCol2 {
	position: relative;
	display: inline-block;
	float: right;
	width: 49%;
	margin-bottom: 5px;
}
.appWrapFull {
	position: relative;
	width: 100%;	
}
.appWrapFullStacked {
	position: relative;
	width: 100%;	
	margin-top: 15px;
	margin-bottom: 15px;
}
.appWrapFullStackedTop {
	position: relative;
	width: 100%;	
	margin-bottom: 10px;
}
.appWrapFullStackedBottom {
	position: relative;
	width: 100%;	
	margin-top: 10px;
}
.appWrapFullStackedTopSecondary {
	position: relative;
	width: 100%;	
	margin-bottom: 10px;
	margin-top: 20px;
}
.appTag {
	display: inline-block;
	width: 55%;	
}
.appValue {
	display: inline-block;
	width: 44%;	
}
fieldset {
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#legalWording {
	clear: both;	
	margin-bottom: 20px;
}
.heading {
	text-align: center;
	font-size: 26px;	
}
div#address {
	display: inline-block;
	width: inherit;
	text-align: center;
	font-size: 20px;
}
