.headerCell {
	border-top:10px solid white;
	border-bottom:10px solid white;
	}

#mainHolder{
	border:10px solid #fff;
	margin: 10px auto 10px auto;
	width: 750px;
	
	}



/* ------------- FORMATTING --------------- */


#infoTable, #questionsTable, #appFooter {
	margin: 0 0 0px 0;
	width: 750px;
	}
	
#infoTable, #questionsTable {
	background: #f1f1f1;
	}
		
	
	
.required {
	color: #FF0000;
	font-size: 1.2em;
	margin:0;
	font-weight: bold;
	}
	
.note {
	font-style: italic;
	font-weight: normal;
	}	
	

#questionsTable td, #infoTable td {
	font: 10px/18px Verdana, sans-serif;
	padding: 0;
	margin: 0;
	}
	
	
#questionsTable td.item:hover, #infoTable td.item:hover {
	background-color: #F9F9F9;
	}	
	

#questionsTable td.item, #infoTable td.item {
	border-bottom: 3px solid #fff;
	}	
	

#questionsTable td.initialCell, #infoTable td.initialCell {
	background: url(images/bkgndInitialCell.gif) no-repeat;
	padding:10px;
	border-bottom: 3px solid #fff;
	}
	
#questionsTable td.initialCellFront, #infoTable td.initialCellFront {
	background: url(images/bkgndInitialCell.gif) no-repeat;
	padding:0px;
	border-bottom: 3px solid #fff;
	}	
	
#questionsTable h2, #infoTable h2 {
	margin: 0;
	font: bold 1.5em Arial, sans-serif;
	color: #000;
	}	


#questionsTable td#button, #infoTable td#button {
	text-align: center;
	padding: 1em;
	}



/* ------------- QUESTIONS TABLE ---------------- */

#questionsTable p.question {
	font-weight:bold;
	margin:0;
	}
	
#questionsTable div.options {
	padding-left: 60px;
	}	
	
#questionsTable td.item {
	padding: 1em;
	}
	
/* --------------------------------------------- */
	
	
	
#infoTable td.twoColInfo {
	width: 50%;
	vertical-align: top;
	padding:5px;
	}

	
	

	

	
#infoTable td.left {
	width: 100px;
	text-align: right;
	padding-right: 3px;
	}
	
	

#infoTable pre {	
	font: 1em/1.2 em Verdana, sans-serif;
	width: 700px;
	}	
	
	
	
/*------- FOOTER --------- */

 table #appFooter{
	padding: 0;
	border: 0;
	margin: 0;
	}
table#appFooter td {
	border-top:10px solid white;
	padding: 0;
	margin:0;
	}
