body {
	width:760px;
	margin:0 auto;
	font-family:arial, sans-serif;
	padding-bottom:3em;
}

.centered {
	text-align:center;
}

.formBloc {
	margin-bottom:3em;
}

h1 {
	text-align:left;
	margin:0;
	padding-top:80px;
	padding-bottom:.3em;
	padding-left:15px;
	margin-bottom:1.5em;
	color:#54422B;
	background:
		url(_site_common/pix/sherlock_investigations_beigebkg_logo.gif)
		no-repeat
		15px 15px
		#DAC8A5
	;
	border-bottom:6px solid #ECE3D2;
	font-size:150%;
}
h2 {
	font-size:120%;
	margin-top:1.5em;
	margin-bottom:.8em;
}
h1, h2, h3 {
	font-weight:normal;
}
input {
	font-size:100%;
	background-color:#fff;
}
label {
	cursor:pointer;
}
.badField {
	background-color:#fc0;
}
.fieldCollection {
	margin:0;
}
.footNote {
	font-size:80%;
}

.formColumnBase {
		width:100%;
	}
	.formColumnBase .columnA,
	.formColumnBase .columnB {
		vertical-align:top;
		width:50%;
	}
	.formColumnBase .columnB {
		padding-left:30px;
}

.formItem {
	margin-top:.5em;
}

.stdField {
	}
	.stdField label.base {
		display:block;
		color:#77684A;
	}
	.stdField input {
		width:350px;
		border:0;
		border-bottom:1px solid #DAC8A5;
		padding:0 2px 2px 0;
}
.radioField {
	}
	.radioField label.base {
		display:block;
		color:#77684A;
	}
	.radioField label.option {
	}
	.radioField input {
		position:relative; left:.7ex; top:.15em;
	}
	.radioField .options {
		text-align:center;
		margin-bottom:1em;
}
.directField {
	}
	.directField label.base {
		display:block;
		color:#77684A;
}
.textAreaField {
	}
	.textAreaField label.base {
		display:block;
		color:#77684A;
	}
	.textAreaField textarea {
		border:1px solid #999;
		padding:4px;
}

#todaysDate #todaysDateData {
	display:block;
	white-space:nowrap;
	text-align:center;
}
#additionalInformation {
	}
	#additionalInformation textarea {
		width:500px;
		height:150px;
}
#typeOfInvestigation {
	}
	#typeOfInvestigation .columnBase {
	}
	#typeOfInvestigation .columnBase td.columnA,
	#typeOfInvestigation .columnBase td.columnB {
		padding:0 10px;
	}
	#typeOfInvestigation .item {
		margin-bottom:.2em;
}
#SubmitButton {
		text-align:center;
		margin:2em 0;
	}
	#SubmitButton button {
		background-color:#DAC8A5;
		font-size:110%;
}

