.central_column_wide {
	width: 760px;
	margin: 0 0 10px 5px;
	float: left;
	padding: 5px;
}

/* FormBuilder */

.fb {
	color: #444;
	margin: 0 auto;
	width: 100%;
}

.fb_submit {
	border-top: 1px solid #d5d5d5;
	clear: both;
	margin: 0;
	padding: 15px 15px 15px 2px;
}

.fb_submit img {
	float: left;
	margin-left: 5px;
}

.fb_submit img.button_complete {
	float: right;
}

.fb_required {
	font-weight: bold;
}

.fb_invalid {
	color: #c00;
	font-weight: bold;
}

.fb_error {
	color: #c00;
	font-style: italic;
}

.fb_static {
	display: block;
}

#centrecolumn2 {
	float: right;
	width: 578px;
	padding-right: 4px;
	padding-top: 2px;
}

div, p {
	font: normal 1em/1.3em arial;
}

/* All form elements are within the definition list for this example */

dl {
	font: normal 12px/15px Arial;
	position: relative;
	width: 350px;
}

dt {
	clear: both;
	float: left;
	width: 130px;
	padding: 4px 0 2px 0;
	text-align: left;
}

dd {
	float: left;
	width: 200px;
	margin: 0 0 8px 0;
	padding-left: 6px;
}

form {
	clear: both;
}

/* The hint to Hide and Show */

.fb_comment {
	background: #e4edf0;
	border: 1px solid #9ebdca;
	display: block;
	margin: 0;
	padding: 8px;
	position: relative;
	width: 280px;
	top: -50px;
	left: 450px;
	z-index: 50;
}

/* The pointer image is hadded by using another span */

.fb_comment .hint .hint-pointer {

}

textarea.fb_text {
	height: 180px;
}

.fb_label {
	background-color: #ccffcc;
	border-bottom: 1px dotted #b1dcd4;
	color: #000;
	clear: both;
	display: block;
	font-size: 1em;
	margin: 10px 15px 0 0;
	overflow: hidden;
}

.fb_label h3 {
	padding: 4px 8px;
	text-transform: uppercase;
}

.fb_label .hint {
	background: #e4f2ef url('/images/hint.gif') no-repeat;
	margin: -18px 0 0;
	width: 20px;
	height: 20px;
	position: relative;
	top: 0;
	left: 720px;
	cursor: pointer;
}

.fb_label .hint-pointer {

}

.fb_comment .hint {

}

.fb_field {
	min-height: 135px;
	height: auto !important;
	height: 135px;
	margin: 0 10px 10px 0;
	padding: 0 0 0 5px;
}

.fb_field textarea, textarea.fb_text {
	margin: 0;
	width: 99%;
}

*:first-child+html .fb_field .fb_static {

}

.fb_radio, .fb_checkbox {
	display: block;
	line-height: 1.5em;
	margin: .6em 0 0 3px;
	width: 13px;
	height: 13px;
}

.fb_option {
	font-size: 100%;
	display: block;
	line-height: 1.5em;
	margin: -1.65em 0 0 25px;
	padding: .44em 0 .5em 0;
	color: #222;
	width: 90%;
}

.fb_button {
	background: #83227f;
	border: 0;
	margin: 0 5px 0 0;
	color: #FFF;
	font: bold 13px Arial, Helvetica, sans-serif;
	padding: 3px 4px 3px 4px;
}

a.fb_button {
	color: #FFF;
}

table.cpd_details {	
	background: #fff;	
	border-collapse: collapse;	
	text-align: left;	
	margin: 0 5px;	
	width: 99%;
}

table.cpd_details th {		
	background-color: #efefef;	
	border-bottom: 2px solid #00856a;	
	color: #000;	
	padding: 5px 8px;
	text-align: left;
}

table.cpd_details td {	
	color: #333;
	padding: 9px 8px 0;
}

table.cpd_details .centre {	
	text-align: center;
}

table.cpd_details td.altbg {
	background: #f8f8f8;
}

table.cpd_details td.heading {
	background: none;
	border: 0;
}

table.cpd_details td.heading h2 {
	color: #464646;
	margin-bottom: 0.2em;
	text-transform: none;
}

table.cpd_details td.title {
	background: none;
	border-right: 1px dotted #eaeaea;
}

table.cpd_details td.col1 {
	width: 30%;
}

.scoremsg {
	border: 1px solid #DEDEDE;
	background: #FFC;
	color: #222;
	margin-top: 10px;
	padding: 8px;
}

.questionnaire_text {
	background-color: #e4f2ef;
}

.questionnaire_text h3, .fb_label_radio {
	background-color: #007457;
	color: #fff;
	padding: 4px 8px;
	text-transform: uppercase;
}

.fb_label_radio {
	font-size: 13px;
	margin-bottom: 10px;
	text-transform: none;
}

.questionnaire_response {
	background-color: #fff;
	padding-bottom: 1px;
}

.questionnaire_response h4 {
	border-top: 1px dotted #007457;
	font-size: 12px;
	padding: 5px 8px;
	text-transform: uppercase;
}

.fb_label p, .questionnaire_text p {
	padding: 4px 8px;
}

.questionnaire_text strong {
	color: #007457;
}

ol.answers, ol.questionnaire_answers {
	margin: 0 0 8px 10px;
	padding: 2px 0;	
}

ol.answers li, ol.questionnaire_answers li {
	background-color: #e4f2ef;
	border-bottom: 1px dotted #b1dcd4;
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 15px;
	padding: 10px;
	line-height: 1.2em;
}

ol.questionnaire_answers li {
	background-color: transparent;
}

ol.answers li strong, ol.questionnaire_answers h5 {
	background-color: #b3d2c6;
	color: #007457;
	display: block;
	margin: 5px 0;
	padding: 5px;
}

ol.questionnaire_answers h5 {
	font-size: 13px;
	margin: 0;
	padding: 5px 4px;	
}

ol.questionnaire_answers p {
	margin: 0;
	padding: 3px 4px;	
}