.the-questionnaire{
margin:0 auto; padding:0; height:auto;
font:13px Arial, Verdana, sans-serif;
color:#ccc; 
}
	.the-questionnaire:after{
	content: "."; display: block; 
	height: 0; clear: both; visibility: hidden;
	}

.the-questionnaire p{
font:Arial, Verdana, sans-serif;
color:#ccc; letter-spacing:0.3px;
}
.the-questionnaire ul{
margin:0 auto; padding:0 20px; 
font:Arial, Verdana, sans-serif;
}
.the-questionnaire form{
font:Arial, Verdana, sans-serif;
color:#ccc;
}
.the-questionnaire form table.email_tb{
background:000;
font:Arial, Verdana, sans-serif;
color:#ccc;
}
.the-questionnaire form table th{
font:Arial, Verdana, sans-serif;
color:#ccc;
}
.the-questionnaire form table td{
font:Arial, Verdana, sans-serif;
color:#000;
}
.the-questionnaire .button-gettotal{
	background:#333;
	margin:0 auto; padding:5px 20px;
	color:#4a9ebd; font-weight:bold;
	border:2px double #61b5d4;	
	font:Arial, Verdana, sans-serif;	
}
.the-questionnaire .email-msg{
	margin:0 auto; padding:5px 20px;	
	height:500px;clear:both;
	font:Arial, Verdana, sans-serif;	
}
	.the-questionnaire .email-msg:after{
	content: "."; display: block; 
	height: 0; clear: both; visibility: hidden;
	}

/* Common section */
.the-questionnaire h1 {
	  font-size: 18pt;
	  font-weight: normal;
	  color: #4a9ebd;
	  letter-spacing: -1px;
}
	.the-questionnaire h1.topTitle{
	  font-size: 18pt;
	  font-weight: normal;
	  color: #4a9ebd;
	  letter-spacing: -1px;
	  }
.the-questionnaire h2 {
  /* font-size: 1.2em; */
  font:Arial, Verdana, sans-serif;
  color: #4a9ebd;
}

.the-questionnaire .error {
	color:#c0c0c0;
	font-size: 1.1em;
	font:Arial, Verdana, sans-serif;
}

.the-questionnaire table {
	background:#d5eaff;
	font-size: 1em;
	border: 1px solid black;
	font:Arial, Verdana, sans-serif;
}
.the-questionnaire td {
	padding: 10px 20px;
	border: 1px solid #999;	
	font:Arial, Verdana, sans-serif;
	font-size:12px;
	color:#fff;
}
.the-questionnaire td input {
	padding:0 2px;
	font-size:10px;
	font:Arial, Verdana, sans-serif;
}


/* table with questions for one section */
.the-questionnaire .q_table {
	width: 90%;
	margin: 20px auto;
	font:Arial, Verdana, sans-serif;	
}
.the-questionnaire .q_table td{
font:Arial, Verdana, sans-serif;
color:#000;
}
.the-questionnaire .q_table td input{
font:Arial, Verdana, sans-serif;
margin:0 2px;
}

/* row with seaction header */
.the-questionnaire .sec_head {
	font-weight: bold;
	color:#006699;
}

/* higlighted not answered rows */
.the-questionnaire .higl {
	background:#ecc887;
	color:#000;
}
/* table with email form */
.the-questionnaire .email_tb, .email_tb td {
	border: none;
}

/* settings for individual lines */
.the-questionnaire #qt_1 {
	/* border-style: dashed;  */
}

	.the-questionnaire .sec_head  td{
	color:#0066cc; font-weight: bold;
	font-size:14px;
	}

