@charset "UTF-8";
/* CSS Document */

#content table{
	/*margin-bottom: 2em;*/
}
#content td, #content th{
	padding: 0 0.5em 0.5em;
	vertical-align:top;
	text-align:left;
}
#content th{
	color:#fff;
	background-color:#003F73;
	white-space:nowrap;
	font-size:90%;
	_width: 17%;
}
#content .bordered{
	border: solid 1px;
	margin: 0.5em;
	margin-top: 2em;
	width:96%;
}
.cf_inputbox{
	width: 96%;
	_width: 90%;
}
.validation-advice{
	color:#6FAA23;
}
div.bordered h4{
	padding-bottom: 0;
}
.noMargin {
	margin: 0px;
	padding: 0px;
}
.w65{
	width:60%;
}
.w80{
	width:80%;
}