div#HomeFlash { z-index: 1; }

div#SurveyScreen {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 99;
}

div#SurveyBody {
	position: absolute;
	width: 732px;
	height: 513px;
	/*background: url(/lib/images/survey/notebook.gif) no-repeat 0 0;*/
	background: url(/lib/images/survey/background.png) no-repeat 0 0;
	z-index: 99;
}

div#SurveyContent { width: 100%; height: 100%; position: relative; }
	div#SurveyContent div.Page { width: 340px; height: 513px; position: absolute; top: 0; }
	div#SurveyLeft { left: 0; padding-top: 130px; height: 383px !important; }
		
	div#SurveyRight { right: 0; padding: 70px 0 0 30px; height: 513px !important; width: 310px !important;}

	div#SurveyContent p.question { margin:0; padding: 0; line-height: 1em; font-size: 16px; text-align: center; color: #0e582d; height: 30px; width: 260px; padding: 0 20px; } 
	.sIFR-hasFlash .question { font-size: 24px } 
	
	div#SurveyContent p.numbs { margin-top: 20px; font-size: 16px !important; } 
	.sIFR-hasFlash .numbs { font-size: 16px } 
	
	
	div#SurveyContent .answer { line-height: 1em; font-size: 18px; color: #0e582d }
	div#SurveyContent .sIFR-hasFlash .answer { font-size: 18px } 
	
	div#SurveyContent .bye { font-size: 24px; margin:0; padding: 0; line-height: 1em; font-size: 18px; color: #0e582d; height: 30px; width: 260px; padding: 0 20px;  text-align: center}
	
	div#SurveyContent .Questions tr td { padding: .1em 0 0 0; } 
	div#SurveyContent .Questions tr td.chk { padding-right: .5em; padding-top: .5em; vertical-align: top } 
	div#SurveyContent .Questions tr td textarea { border: 1px solid #000; width: 250px; height: 100px;}
	div#SurveyContent .Questions tr td textarea.tall { height: 200px; }

img#StraightUp { position: absolute; top: 60px; left: 65px; } 
div#SurveyClose { position: absolute; right: 15px; top: 15px; }
div#SurveyNext { position: absolute; right: 20px; top: 475px; }