@CHARSET "ISO-8859-1";
body,h1,h2,h3,h4,h5 { margin:0; padding:0; }
a img { border:none; }
a { border:none; }
img { border:none; }
			body { margin:20px; font-family:arial; font-size:12px;  }
			.clear { clear:both; }
			#MainContainer { width:775px; }
			h1 { font-size:20px; }
			h2 { margin-bottom:10px; }
			#Content { background:#fff; padding:20px; text-align:left; }			
			#QuizQuestion { border-bottom:2px solid #000; padding-bottom:15px; margin-bottom:20px; text-align:center; }
			#Questions { width:440px; float:left; padding-top:20px; }
			#Questions h2 { color:red; font-size:18px; }
			.answer { margin-bottom:10px; }
			.answer, .answer label, .answer input { cursor:pointer; }
			.answer:hover { background:#eee; }
			.answer input {  float:left; display:block; margin-top:13px; }
			.answer label { font-weight:bold; width:100%; display:block; font-size:16px; padding:10px;  padding-left:30px;  }			
			#QuizImages {  margin-left:450px; text-align:center; overflow:hidden; width:250px; }
			
			#Blackout { background:url(/images/blackout.png) repeat; position:absolute; top:0; left:0; width:100%; height:1024px; }
#QuizResults { text-align:center; }

.tableform { }
.tableform td { padding-bottom:10px; }
.tableform td.label, select { width:120px; font-size:19px; font-weight:bold; vertical-align:top; }
.tableform td input { width:250px; }
.tableform td.phone input, select { width:auto; }
.button img { cursor:pointer; }

.error { background:#ffecec; font-size:16px; border:1px solid #ffa5a5; font-weight:bold; margin:10px 150px; padding:5px 0; }
			#OtherQuizes { margin-top:20px; padding-top:10px; border-top:2px solid #000;}
			#OtherQuizes td { text-align:center; vertical-align:middle; font-size:12px;  }
			#OtherQuizes a { color:blue; }
			#OtherQuizes td img { margin-bottom:10px; border:none; max-width:75px; }

#Progress { border:1px solid #000; background:url(/images/progress_grey.jpg) repeat-x; margin:0 200px 10px; color:#fff; font-weight:bold; height:20px; text-align:center; }
#Progress div { width:10%; background:url(/images/progress_red.jpg) repeat-x; height:20px; }			
