@charset "utf-8";
/* CSS Document */

.BFSurveyTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;	
}

.BFSurveyIntro {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;	
}

.BFSurveyCustomerQuestion {
	<!--- border:1px #000000 solid; --->
	padding:10px;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.BFSurveyCustomerOptions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

.BFSurveyQuestion {
	padding:5px;
	background-color: #abc;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.BFSurveyOptions {
	padding:10px;
	background-color: #eee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

.BFSurveyQuestionFooter {
	display: block; 
	height: 2px; 
	line-height: 2px; 
	background-color: lightgrey; 
	color: #000; 
	width: 100%; 
	margin: 10px auto 10px auto; 
	padding: 0;  
}
