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

/* FormBuilder */
.fb {
	width: 100%;
	color: #444;
}

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

.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 {

}

.fb_label {
	background: #dee7ea;
	border-top: 1px dotted #367590;
	border-bottom: 1px solid #8cabb6;
	color: #000;
	clear: both;
	display: block;
	font-size: 14px;
	margin: 10px 0 12px 0;
	padding: 6px 8px 6px 9px;
	overflow: hidden;
}

.fb_label .hint {
	background: #dee7ea 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-bottom: 10px;
	padding: 0 0 0 5px;
}

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

}

.fb_radio {
	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: #78575c;
	border: 0;
	margin: 0 5px 0 0;
	color: #FFF;
	font: bold 13px Arial, Helvetica, sans-serif;
	padding: 3px 4px 3px 4px;
}

table.cpd_details {
	width: 99%;
	border-collapse: collapse;
}

table.cpd_details td {
	border: 1px solid #eaeaea;
	border-left: 0;
	border-right: 0;
	padding: 3px 5px;
}

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

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

table.cpd_details td.heading h2 {
	color: #464646;
	font-size: 1.4em;
	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%;
}

table.cpd_details th {
	padding: 3px 5px;
	text-align: left;
}

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

ol.answers {
	border-top: 1px solid #ccc;
	padding: 5px;
}

ol.answers li {
	margin: .5em 0 .5em 1.5em;
	padding: 5px;
	line-height: 1.2em;
}