.row {
	/*clear:both;*/
	border-top:1px dotted #cccccc;
	color:#585858;
} 
.leftc {
	clear:both;
	/*float:left;
	width:31%;
	text-align:right;*/
	font-weight:bold;
	padding:8px 0px 2px 30px;
}
.rightc {
	/*float:left;
	width:67%;*/
	padding:0px 0px 2px 60px;
}
.grayTxt {
	color:#585858;
}

.dottedLine {
	clear:both;
	width:100%;
	padding-top:6px;
	margin-top:6px;
	border-top:1px dotted #cccccc;
}
.instructions {
	color:#aaaaaa;
	clear:both;
	padding:4px;
	margin-left:25px;
	font-size:-1;
}

.indented {
	margin-left:30px;
}

#submitButtons {
	clear:both;
	padding:15px 0px 7px 0px;
	border-top:1px dotted #cccccc;
	/*border-bottom:1px dotted #cccccc;*/
	text-align:center;
}


#topBar { 
	width:100%;
	position:relative;
}
#topBarLeft { 
	height:23px;
	width:14px;
	background:url(/survey/images/box_left.gif) repeat-x;
	position:absolute;
	top:0px;
}
#topBarCenter { 
	height:23px;
	width:96.9%;
	margin:0px 13px;
	background:url(/survey/images/box_bg.gif) repeat-x;
	position:absolute;
	top:0px;
	padding-top:2px;
	color:#999;
	text-transform:uppercase;
}
#topBarRight { 
	height:23px;
	width:14px;
	background:url(/survey/images/box_right.gif) repeat-x;
	position:absolute;
	top:0px;
	right:0px;
}
#topBarSpacer { 
	height:26px;
}
#surveyBody {
	margin-top:-3px;
	border:1px solid #bababb;
	padding:4px;
}
 
.incorrect {
	font-weight:normal;	
	color:red;		
}	
.correct {
	font-weight:bold;
	color:green;		
}	