.row {
	/*clear:both;*/
	border-top:1px dotted #cccccc;
	color:#585858;
	padding:00px;
}
.row-on {
	background:#efefef;
}  
.leftc {
	clear:both;
	/*float:left;
	width:31%;
	text-align:right;*/
	font-weight:bold;
	padding:10px 0 0 0;
}
.rightc {
	/*float:left;
	width:67%;*/
	padding:0 0 10px 0;
}
.grayTxt {
	color:#585858;
}

.dottedLine {
	clear:both;
	width:100%;
	padding-top:10px;
	margin-top:10px;
	border-top:1px dotted #cccccc;
}
.instructions {
	color:#aaaaaa;
	clear:both;
	padding:5px 0;
	margin-left:0;
	font-size:smaller;
}

.indented {
	margin-left:0px;
}

#submitButtons {
	clear:both;
	padding:15px 0px 10px 0px;
	border-top:1px dotted #cccccc;
	/*border-bottom:1px dotted #cccccc;*/
	text-align:center;
}


#topBar { 
	position:relative;
	border-top-left-radius: 5px;
	-moz-border-radius: 5px;
	border-top-right-radius: 5px;
	background:#ececec;
	padding:10px 15px;
	color:#666;
}
/* #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:-5px;
	border:1px solid #ececec;
	padding:10px 16px;
}
 
.incorrect {
	font-weight:normal;	
	color:red;		
}	
.correct {
	font-weight:bold;
	color:green;		
}	
