body {
	background: #FFFF;
	color:#0c343d;
	margin:0;
	}

.globalContainer {
	width: 350px;
	background: transparent;
	margin:auto;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	overflow: hidden;
	}
	
.topBanner {
	width: 350px;
	background:url(../images/titleBanner.png) no-repeat 0 0;
	background: -moz-linear-gradient(top, #fcfcfc 0%, #cbd1d8 50%, #c0c7cf 51%, #a3adb9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(50%,#cbd1d8), color-stop(51%,#c0c7cf), color-stop(100%,#a3adb9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fcfcfc 0%,#cbd1d8 50%,#c0c7cf 51%,#a3adb9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fcfcfc 0%,#cbd1d8 50%,#c0c7cf 51%,#a3adb9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fcfcfc 0%,#cbd1d8 50%,#c0c7cf 51%,#a3adb9 100%); /* IE10+ */
	background: linear-gradient(top, #fcfcfc 0%,#cbd1d8 50%,#c0c7cf 51%,#a3adb9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#a3adb9',GradientType=0 );
	border-bottom: 1px solid #949da8;
	min-height:31px;
	}

.mainContent {
	position:relative;
	width: 334px;
	background: #fff;
	border-left:8px solid #c0c7cf;
	border-right:8px solid #c0c7cf;
	border-top:7px solid #c0c7cf;
	}

.altHeight { height: 460px; }
	
.appContainer {
	/*position:relative;*/
	margin: 5px 10px 0px;
	padding-bottom: 10px;
	}
	
.disclaimer {
	display:block;
	position:absolute;
	left:0;
	top:0;
	/*padding-left:10px;*/
  background: #fff;
  /*background: gray;*/
	z-index: 5;
	/*opacity: 0.9;*/
}

.dismissDisclaimer {
	position:absolute;
	botton:0;
	left:0;
}

#footer {
	width: 300px;
	/*height:30px;*/
	height:1px;
	}
	
.bottom {
	background:url(../images/footer.png) no-repeat 0 0;
	height:15px;
	width:350px;
	}
	
.clear {
	clear:both;
	}
	
div#formPage, div#resultsPage, div#moreInfoPage {
		visibility: hidden;
	}
	
/*#formPage, #resultsPage, #moreInfoPage {
	display: none;
	}*/